Lines Matching refs:crypto_aead

259 static int aead_null_set_sh_desc(struct crypto_aead *aead)  in aead_null_set_sh_desc()
450 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
728 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize()
739 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
959 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize()
969 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
1239 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize()
1250 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
1634 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
1653 static int aead_setkey(struct crypto_aead *aead, in aead_setkey()
1718 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
1748 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
1787 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
2157 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap()
2188 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done()
2227 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done()
2350 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job()
2435 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_giv_job()
2615 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc()
2758 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt()
2795 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt()
2843 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_giv_edesc_alloc()
3006 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_givencrypt()