Home
last modified time | relevance | path

Searched refs:SKCIPHER_REQUEST_ON_STACK (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/crypto/
Dechainiv.c50 SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); in echainiv_encrypt()
Dseqiv.c76 SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); in seqiv_aead_encrypt()
Dalgif_aead.c82 SKCIPHER_REQUEST_ON_STACK(skreq, null_tfm); in crypto_aead_copy_sgl()
Dauthenc.c196 SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_copy_assoc()
Dauthencesn.c186 SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_esn_copy()
Dcryptd.c487 SKCIPHER_REQUEST_ON_STACK(subreq, child); in cryptd_skcipher_encrypt()
515 SKCIPHER_REQUEST_ON_STACK(subreq, child); in cryptd_skcipher_decrypt()
Dgcm.c1058 SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
/linux-4.19.296/include/crypto/
Dskcipher.h142 #define SKCIPHER_REQUEST_ON_STACK(name, tfm) \ macro