Home
last modified time | relevance | path

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

/linux/crypto/
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()
286 ahash_request_set_callback(ahreq, aead_request_flags(req), in crypto_authenc_esn_decrypt()
294 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 Dessiv.c246 aead_request_set_callback(subreq, aead_request_flags(req), in essiv_aead_crypt()
/linux/include/crypto/internal/
H A Daead.h88 static inline u32 aead_request_flags(struct aead_request *req) in aead_request_flags() function