Lines Matching refs:authenc
679 static int cc_aead_setauthsize(struct crypto_aead *authenc, in cc_aead_setauthsize() argument
682 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_aead_setauthsize()
687 authsize > crypto_aead_maxauthsize(authenc)) { in cc_aead_setauthsize()
697 static int cc_rfc4309_ccm_setauthsize(struct crypto_aead *authenc, in cc_rfc4309_ccm_setauthsize() argument
709 return cc_aead_setauthsize(authenc, authsize); in cc_rfc4309_ccm_setauthsize()
712 static int cc_ccm_setauthsize(struct crypto_aead *authenc, in cc_ccm_setauthsize() argument
728 return cc_aead_setauthsize(authenc, authsize); in cc_ccm_setauthsize()
2172 static int cc_gcm_setauthsize(struct crypto_aead *authenc, in cc_gcm_setauthsize() argument
2188 return cc_aead_setauthsize(authenc, authsize); in cc_gcm_setauthsize()
2191 static int cc_rfc4106_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4106_gcm_setauthsize() argument
2194 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_rfc4106_gcm_setauthsize()
2208 return cc_aead_setauthsize(authenc, authsize); in cc_rfc4106_gcm_setauthsize()
2211 static int cc_rfc4543_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4543_gcm_setauthsize() argument
2214 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_rfc4543_gcm_setauthsize()
2222 return cc_aead_setauthsize(authenc, authsize); in cc_rfc4543_gcm_setauthsize()