Lines Matching refs:crypto_aead
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()
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()
638 static int cc_des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in cc_des3_aead_setkey()
655 static int cc_rfc4309_ccm_setkey(struct crypto_aead *tfm, const u8 *key, in cc_rfc4309_ccm_setkey()
669 static int cc_aead_setauthsize(struct crypto_aead *authenc, in cc_aead_setauthsize()
687 static int cc_rfc4309_ccm_setauthsize(struct crypto_aead *authenc, in cc_rfc4309_ccm_setauthsize()
702 static int cc_ccm_setauthsize(struct crypto_aead *authenc, in cc_ccm_setauthsize()
724 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_set_assoc_desc()
768 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_authen_desc()
832 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_cipher_desc()
874 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_digest_desc()
924 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_cipher_desc()
991 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_hmac_desc()
1024 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_xcbc_desc()
1100 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_scheme_desc()
1162 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_mlli_to_sram()
1213 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_hmac_authenc()
1266 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_xcbc_authenc()
1412 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_ccm()
1533 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in config_ccm_adata()
1592 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_rfc4309_ccm()
1616 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_ghash_desc()
1694 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_gctr_desc()
1731 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_gcm_result()
1831 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in config_gcm_context()
1880 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_rfc4_gcm()
1897 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_aead()
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()
2141 static int cc_gcm_setauthsize(struct crypto_aead *authenc, in cc_gcm_setauthsize()
2160 static int cc_rfc4106_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4106_gcm_setauthsize()
2180 static int cc_rfc4543_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4543_gcm_setauthsize()