Home
last modified time | relevance | path

Searched defs:cipher_tfm (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h137 struct cipher_tfm { struct
138 void *cit_iv;
139 unsigned int cit_ivsize;
140 u32 cit_mode;
141 int (*cit_setkey)(struct crypto_tfm *tfm,
143 int (*cit_encrypt)(struct crypto_tfm *tfm,
147 int (*cit_encrypt_iv)(struct crypto_tfm *tfm,
151 int (*cit_decrypt)(struct crypto_tfm *tfm,
155 int (*cit_decrypt_iv)(struct crypto_tfm *tfm,
159 void (*cit_xor_block)(u8 *dst, const u8 *src);
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Drtl_crypto.h137 struct cipher_tfm { struct
138 void *cit_iv;
139 unsigned int cit_ivsize;
140 u32 cit_mode;
141 int (*cit_setkey)(struct crypto_tfm *tfm,
143 int (*cit_encrypt)(struct crypto_tfm *tfm,
147 int (*cit_encrypt_iv)(struct crypto_tfm *tfm,
151 int (*cit_decrypt)(struct crypto_tfm *tfm,
155 int (*cit_decrypt_iv)(struct crypto_tfm *tfm,
159 void (*cit_xor_block)(u8 *dst, const u8 *src);
/linux-3.3/include/linux/
Dcrypto.h363 struct cipher_tfm { struct
364 int (*cit_setkey)(struct crypto_tfm *tfm,
366 void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
367 void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);