Home
last modified time | relevance | path

Searched defs:cipher_alg (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h72 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/
Drtl_crypto.h72 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/
Dcrypto.h242 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/
Dcrypto4xx_sa.h104 u32 cipher_alg:4; member