Lines Matching refs:crypto_aead
68 static void cc_aead_exit(struct crypto_aead *tfm) in cc_aead_exit()
122 static unsigned int cc_get_aead_hash_len(struct crypto_aead *tfm) in cc_get_aead_hash_len()
129 static int cc_aead_init(struct crypto_aead *tfm) in cc_aead_init()
216 struct crypto_aead *tfm = crypto_aead_reqtfm(cc_req); in cc_aead_complete()
413 static int cc_get_plain_hmac_key(struct crypto_aead *tfm, const u8 *authkey, in cc_get_plain_hmac_key()
543 static int cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, in cc_aead_setkey()
648 static int cc_des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in cc_des3_aead_setkey()
665 static int cc_rfc4309_ccm_setkey(struct crypto_aead *tfm, const u8 *key, in cc_rfc4309_ccm_setkey()
679 static int cc_aead_setauthsize(struct crypto_aead *authenc, in cc_aead_setauthsize()
697 static int cc_rfc4309_ccm_setauthsize(struct crypto_aead *authenc, in cc_rfc4309_ccm_setauthsize()
712 static int cc_ccm_setauthsize(struct crypto_aead *authenc, in cc_ccm_setauthsize()
734 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_set_assoc_desc()
778 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_authen_desc()
842 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_proc_cipher_desc()
884 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_digest_desc()
934 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_cipher_desc()
1001 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_hmac_desc()
1034 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_xcbc_desc()
1110 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_scheme_desc()
1172 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_mlli_to_sram()
1223 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_hmac_authenc()
1276 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_xcbc_authenc()
1422 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_ccm()
1543 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in config_ccm_adata()
1602 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_rfc4309_ccm()
1627 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_ghash_desc()
1705 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_gctr_desc()
1742 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_gcm_result()
1842 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in config_gcm_context()
1892 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_rfc4_gcm()
1910 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_aead()
2061 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_rfc4309_ccm_encrypt()
2110 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_rfc4309_ccm_decrypt()
2138 static int cc_rfc4106_gcm_setkey(struct crypto_aead *tfm, const u8 *key, in cc_rfc4106_gcm_setkey()
2155 static int cc_rfc4543_gcm_setkey(struct crypto_aead *tfm, const u8 *key, in cc_rfc4543_gcm_setkey()
2172 static int cc_gcm_setauthsize(struct crypto_aead *authenc, in cc_gcm_setauthsize()
2191 static int cc_rfc4106_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4106_gcm_setauthsize()
2211 static int cc_rfc4543_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4543_gcm_setauthsize()
2229 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_rfc4106_gcm_encrypt()
2260 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_rfc4543_gcm_encrypt()
2294 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_rfc4106_gcm_decrypt()
2325 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_rfc4543_gcm_decrypt()