Searched defs:cipher_tfm (Results 1 – 2 of 2) sorted by relevance
342 struct crypto_cipher *cipher_tfm; in ccp_aes_cmac_cra_init() local
515 struct cipher_tfm { struct516 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);