Symbol: aead_request_flags
crypto/authenc.c
154
unsigned int flags = aead_request_flags(req) & ~mask;
crypto/authenc.c
210
skcipher_request_set_callback(skreq, aead_request_flags(req),
crypto/authenc.c
240
unsigned int flags = aead_request_flags(req) & ~mask;
crypto/authenc.c
294
ahash_request_set_callback(ahreq, aead_request_flags(req),
crypto/authencesn.c
145
crypto_authenc_esn_genicv_tail(req, aead_request_flags(req));
crypto/authencesn.c
186
skcipher_request_set_callback(skreq, aead_request_flags(req),
crypto/authencesn.c
194
return crypto_authenc_esn_genicv(req, aead_request_flags(req));
crypto/authencesn.c
296
ahash_request_set_callback(ahreq, aead_request_flags(req),
crypto/authencesn.c
304
return crypto_authenc_esn_decrypt_tail(req, aead_request_flags(req));
crypto/ccm.c
258
pctx->flags = aead_request_flags(req);
crypto/chacha20poly1305.c
277
rctx->flags = aead_request_flags(req);
crypto/chacha20poly1305.c
292
rctx->flags = aead_request_flags(req);
crypto/essiv.c
246
aead_request_set_callback(subreq, aead_request_flags(req),
crypto/gcm.c
449
u32 flags = aead_request_flags(req);
crypto/gcm.c
502
u32 flags = aead_request_flags(req);
crypto/krb5enc.c
157
skcipher_request_set_callback(skreq, aead_request_flags(req),
crypto/krb5enc.c
217
ahash_request_set_callback(ahreq, aead_request_flags(req),
crypto/krb5enc.c
242
return krb5enc_dispatch_encrypt(req, aead_request_flags(req));
crypto/krb5enc.c
293
ahash_request_set_callback(ahreq, aead_request_flags(req),
crypto/krb5enc.c
325
skcipher_request_set_callback(skreq, aead_request_flags(req),
crypto/pcrypt.c
100
u32 flags = aead_request_flags(req);
crypto/pcrypt.c
151
u32 flags = aead_request_flags(req);
drivers/crypto/bcm/cipher.c
2586
aead_request_set_callback(subreq, aead_request_flags(req),