Searched defs:cipher_alg (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 72 struct cipher_alg { struct 73 unsigned int cia_min_keysize; 74 unsigned int cia_max_keysize; 75 int (*cia_setkey)(void *ctx, const u8 *key, 77 void (*cia_encrypt)(void *ctx, u8 *dst, const u8 *src); 78 void (*cia_decrypt)(void *ctx, u8 *dst, const u8 *src);
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | rtl_crypto.h | 72 struct cipher_alg { struct 73 unsigned int cia_min_keysize; 74 unsigned int cia_max_keysize; 75 int (*cia_setkey)(void *ctx, const u8 *key, 77 void (*cia_encrypt)(void *ctx, u8 *dst, const u8 *src); 78 void (*cia_decrypt)(void *ctx, u8 *dst, const u8 *src);
|
/linux-3.3/include/linux/ |
D | crypto.h | 242 struct cipher_alg { struct 243 unsigned int cia_min_keysize; 244 unsigned int cia_max_keysize; 245 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key, 247 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); 248 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
|
/linux-3.3/drivers/crypto/amcc/ |
D | crypto4xx_sa.h | 104 u32 cipher_alg:4; member
|