Home
last modified time | relevance | path

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

/linux/crypto/
H A Dkrb5enc.c157 skcipher_request_set_callback(skreq, aead_request_flags(req), in krb5enc_dispatch_encrypt()
217 ahash_request_set_callback(ahreq, aead_request_flags(req), in krb5enc_dispatch_encrypt_hash()
242 return krb5enc_dispatch_encrypt(req, aead_request_flags(req)); in krb5enc_encrypt()
293 ahash_request_set_callback(ahreq, aead_request_flags(req), in krb5enc_dispatch_decrypt_hash()
325 skcipher_request_set_callback(skreq, aead_request_flags(req), in krb5enc_dispatch_decrypt()
H A Dauthencesn.c145 crypto_authenc_esn_genicv_tail(req, aead_request_flags(req)); in crypto_authenc_esn_genicv()
186 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_encrypt()
194 return crypto_authenc_esn_genicv(req, aead_request_flags(req)); in crypto_authenc_esn_encrypt()
296 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_esn_decrypt()
304 return crypto_authenc_esn_decrypt_tail(req, aead_request_flags(req)); in crypto_authenc_esn_decrypt()
H A Dauthenc.c154 unsigned int flags = aead_request_flags(req) & ~mask; in crypto_authenc_genicv()
210 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_encrypt()
240 unsigned int flags = aead_request_flags(req) & ~mask; in crypto_authenc_decrypt_tail()
294 ahash_request_set_callback(ahreq, 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.c277 rctx->flags = aead_request_flags(req); in chachapoly_encrypt()
292 rctx->flags = aead_request_flags(req); in chachapoly_decrypt()
H A Dgcm.c449 u32 flags = aead_request_flags(req); in crypto_gcm_encrypt()
502 u32 flags = aead_request_flags(req); in crypto_gcm_decrypt()
H A Dessiv.c246 aead_request_set_callback(subreq, aead_request_flags(req), in essiv_aead_crypt()
H A Dccm.c258 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
/linux/drivers/crypto/bcm/
H A Dcipher.c2586 aead_request_set_callback(subreq, aead_request_flags(req), in aead_do_fallback()