Lines Matching refs:authenc
669 static int cc_aead_setauthsize(struct crypto_aead *authenc, in cc_aead_setauthsize() argument
672 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_aead_setauthsize()
677 authsize > crypto_aead_maxauthsize(authenc)) { in cc_aead_setauthsize()
687 static int cc_rfc4309_ccm_setauthsize(struct crypto_aead *authenc, in cc_rfc4309_ccm_setauthsize() argument
699 return cc_aead_setauthsize(authenc, authsize); in cc_rfc4309_ccm_setauthsize()
702 static int cc_ccm_setauthsize(struct crypto_aead *authenc, in cc_ccm_setauthsize() argument
718 return cc_aead_setauthsize(authenc, authsize); in cc_ccm_setauthsize()
2141 static int cc_gcm_setauthsize(struct crypto_aead *authenc, in cc_gcm_setauthsize() argument
2157 return cc_aead_setauthsize(authenc, authsize); in cc_gcm_setauthsize()
2160 static int cc_rfc4106_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4106_gcm_setauthsize() argument
2163 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_rfc4106_gcm_setauthsize()
2177 return cc_aead_setauthsize(authenc, authsize); in cc_rfc4106_gcm_setauthsize()
2180 static int cc_rfc4543_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4543_gcm_setauthsize() argument
2183 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_rfc4543_gcm_setauthsize()
2191 return cc_aead_setauthsize(authenc, authsize); in cc_rfc4543_gcm_setauthsize()