Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c324 struct crypto_cipher *cipher_tfm; in ccp_aes_cmac_cra_init() local
/linux-4.1.27/include/linux/
Dcrypto.h630 struct cipher_tfm { struct
631 int (*cit_setkey)(struct crypto_tfm *tfm,
633 void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
634 void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);