Searched refs:cipher_tfm (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c324 struct crypto_cipher *cipher_tfm; ccp_aes_cmac_cra_init() local
331 cipher_tfm = crypto_alloc_cipher("aes", 0, ccp_aes_cmac_cra_init()
334 if (IS_ERR(cipher_tfm)) { ccp_aes_cmac_cra_init()
336 return PTR_ERR(cipher_tfm); ccp_aes_cmac_cra_init()
338 ctx->u.aes.tfm_cipher = cipher_tfm; ccp_aes_cmac_cra_init()
/linux-4.1.27/crypto/
H A Dcipher.c108 struct cipher_tfm *ops = &tfm->crt_cipher; crypto_init_cipher_ops()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h137 struct cipher_tfm { struct
191 struct cipher_tfm cipher;
/linux-4.1.27/include/linux/
H A Dcrypto.h630 struct cipher_tfm { struct
680 struct cipher_tfm cipher;
2010 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) crypto_cipher_crt()

Completed in 78 milliseconds