Searched defs:digest_alg (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 81 struct digest_alg { struct 82 unsigned int dia_digestsize; 83 void (*dia_init)(void *ctx); 84 void (*dia_update)(void *ctx, const u8 *data, unsigned int len); 85 void (*dia_final)(void *ctx, u8 *out); 86 int (*dia_setkey)(void *ctx, const u8 *key,
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | rtl_crypto.h | 81 struct digest_alg { struct 82 unsigned int dia_digestsize; 83 void (*dia_init)(void *ctx); 84 void (*dia_update)(void *ctx, const u8 *data, unsigned int len); 85 void (*dia_final)(void *ctx, u8 *out); 86 int (*dia_setkey)(void *ctx, const u8 *key,
|