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

/linux-master/crypto/
H A Dauthencesn.c147 crypto_authenc_esn_genicv_tail(req, aead_request_flags(req));
168 skcipher_request_set_callback(skreq, aead_request_flags(req),
202 skcipher_request_set_callback(skreq, aead_request_flags(req),
210 return crypto_authenc_esn_genicv(req, aead_request_flags(req));
302 ahash_request_set_callback(ahreq, aead_request_flags(req),
310 return crypto_authenc_esn_decrypt_tail(req, aead_request_flags(req));
H A Dauthenc.c180 skcipher_request_set_callback(skreq, aead_request_flags(req),
214 skcipher_request_set_callback(skreq, aead_request_flags(req),
222 return crypto_authenc_genicv(req, aead_request_flags(req));
289 ahash_request_set_callback(ahreq, aead_request_flags(req),
296 return crypto_authenc_decrypt_tail(req, aead_request_flags(req));
H A Dpcrypt.c100 u32 flags = aead_request_flags(req);
149 u32 flags = aead_request_flags(req);
H A Dchacha20poly1305.c435 rctx->flags = aead_request_flags(req);
457 rctx->flags = aead_request_flags(req);
H A Dessiv.c248 aead_request_set_callback(subreq, aead_request_flags(req),
H A Dgcm.c453 u32 flags = aead_request_flags(req);
506 u32 flags = aead_request_flags(req);
H A Dccm.c262 pctx->flags = aead_request_flags(req);
/linux-master/include/crypto/internal/
H A Daead.h88 static inline u32 aead_request_flags(struct aead_request *req) function
/linux-master/drivers/crypto/bcm/
H A Dcipher.c2588 aead_request_set_callback(subreq, aead_request_flags(req),

Completed in 161 milliseconds