Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c342 struct crypto_cipher *cipher_tfm; in ccp_aes_cmac_cra_init() local
/linux-4.4.14/include/linux/
Dcrypto.h515 struct cipher_tfm { struct
516 int (*cit_setkey)(struct crypto_tfm *tfm,
518 void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
519 void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);