Home
last modified time | relevance | path

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

/linux/crypto/
H A Dauthencesn.c147 crypto_authenc_esn_genicv_tail(req, aead_request_flags(req)); in crypto_authenc_esn_genicv()
168 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_copy()
202 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_encrypt()
210 return crypto_authenc_esn_genicv(req, aead_request_flags(req)); in crypto_authenc_esn_encrypt()
302 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_esn_decrypt()
310 return crypto_authenc_esn_decrypt_tail(req, aead_request_flags(req)); in crypto_authenc_esn_decrypt()
H A Dauthenc.c180 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_copy_assoc()
214 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_encrypt()
222 return crypto_authenc_genicv(req, aead_request_flags(req)); in crypto_authenc_encrypt()
289 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_decrypt()
296 return crypto_authenc_decrypt_tail(req, aead_request_flags(req)); in crypto_authenc_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.c262 pctx->flags = aead_request_flags(req); in crypto_ccm_init_crypt()
/linux/include/crypto/internal/
H A Daead.h88 static inline u32 aead_request_flags(struct aead_request *req) in aead_request_flags() function