Home
last modified time | relevance | path

Searched refs:aead_request_flags (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/crypto/
H A Dauthencesn.c151 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 Dauthenc.c183 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 Dpcrypt.c100 u32 flags = aead_request_flags(req); in pcrypt_aead_encrypt()
151 u32 flags = aead_request_flags(req); in pcrypt_aead_decrypt()
H A Dchacha20poly1305.c435 rctx->flags = aead_request_flags(req); in chachapoly_encrypt()
457 rctx->flags = aead_request_flags(req); in chachapoly_decrypt()
H A Dgcm.c453 u32 flags = aead_request_flags(req); in crypto_gcm_encrypt()
506 u32 flags = aead_request_flags(req); in crypto_gcm_decrypt()
H A Dessiv.c248 aead_request_set_callback(subreq, aead_request_flags(req), in essiv_aead_crypt()
H A Dccm.c261 pctx->flags = aead_request_flags(req); in crypto_ccm_init_crypt()
/openbmc/linux/include/crypto/internal/
H A Daead.h88 static inline u32 aead_request_flags(struct aead_request *req) in aead_request_flags() function
/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.c2591 aead_request_set_callback(subreq, aead_request_flags(req), in aead_do_fallback()