Lines Matching defs:tfm

64 static void cc_aead_exit(struct crypto_aead *tfm)  in cc_aead_exit()
118 static unsigned int cc_get_aead_hash_len(struct crypto_aead *tfm) in cc_get_aead_hash_len()
125 static int cc_aead_init(struct crypto_aead *tfm) in cc_aead_init()
212 struct crypto_aead *tfm = crypto_aead_reqtfm(cc_req); in cc_aead_complete() local
410 static int cc_get_plain_hmac_key(struct crypto_aead *tfm, const u8 *authkey, in cc_get_plain_hmac_key()
541 static int cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, in cc_aead_setkey()
655 static int cc_rfc4309_ccm_setkey(struct crypto_aead *tfm, const u8 *key, in cc_rfc4309_ccm_setkey()
724 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_set_assoc_desc() local
768 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_authen_desc() local
832 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_cipher_desc() local
874 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_digest_desc() local
924 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_cipher_desc() local
991 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_hmac_desc() local
1024 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_xcbc_desc() local
1100 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_scheme_desc() local
1162 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_mlli_to_sram() local
1213 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_hmac_authenc() local
1266 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_xcbc_authenc() local
1412 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_ccm() local
1533 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in config_ccm_adata() local
1592 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_rfc4309_ccm() local
1616 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_ghash_desc() local
1694 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_gctr_desc() local
1731 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_gcm_result() local
1831 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in config_gcm_context() local
1880 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_rfc4_gcm() local
1897 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_aead() local
2107 static int cc_rfc4106_gcm_setkey(struct crypto_aead *tfm, const u8 *key, in cc_rfc4106_gcm_setkey()
2124 static int cc_rfc4543_gcm_setkey(struct crypto_aead *tfm, const u8 *key, in cc_rfc4543_gcm_setkey()