Searched refs:aead_request_flags (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/crypto/ |
H A D | authencesn.c | 151 crypto_authenc_esn_genicv_tail(req, aead_request_flags(req)); in crypto_authenc_esn_genicv() 172 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_copy() 206 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_encrypt() 214 return crypto_authenc_esn_genicv(req, aead_request_flags(req)); in crypto_authenc_esn_encrypt() 308 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_esn_decrypt() 316 return crypto_authenc_esn_decrypt_tail(req, aead_request_flags(req)); in crypto_authenc_esn_decrypt()
|
H A D | authenc.c | 183 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_copy_assoc() 217 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_encrypt() 225 return crypto_authenc_genicv(req, aead_request_flags(req)); in crypto_authenc_encrypt() 295 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_decrypt() 302 return crypto_authenc_decrypt_tail(req, aead_request_flags(req)); in crypto_authenc_decrypt()
|
H A D | pcrypt.c | 100 u32 flags = aead_request_flags(req); in pcrypt_aead_encrypt() 151 u32 flags = aead_request_flags(req); in pcrypt_aead_decrypt()
|
H A D | chacha20poly1305.c | 435 rctx->flags = aead_request_flags(req); in chachapoly_encrypt() 457 rctx->flags = aead_request_flags(req); in chachapoly_decrypt()
|
H A D | gcm.c | 453 u32 flags = aead_request_flags(req); in crypto_gcm_encrypt() 506 u32 flags = aead_request_flags(req); in crypto_gcm_decrypt()
|
H A D | essiv.c | 248 aead_request_set_callback(subreq, aead_request_flags(req), in essiv_aead_crypt()
|
H A D | ccm.c | 261 pctx->flags = aead_request_flags(req); in crypto_ccm_init_crypt()
|
/openbmc/linux/include/crypto/internal/ |
H A D | aead.h | 88 static inline u32 aead_request_flags(struct aead_request *req) in aead_request_flags() function
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 2591 aead_request_set_callback(subreq, aead_request_flags(req), in aead_do_fallback()
|