Searched refs:SKCIPHER_REQUEST_ON_STACK (Results 1 – 8 of 8) sorted by relevance
50 SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); in echainiv_encrypt()
76 SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); in seqiv_aead_encrypt()
82 SKCIPHER_REQUEST_ON_STACK(skreq, null_tfm); in crypto_aead_copy_sgl()
196 SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_copy_assoc()
186 SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_esn_copy()
487 SKCIPHER_REQUEST_ON_STACK(subreq, child); in cryptd_skcipher_encrypt()515 SKCIPHER_REQUEST_ON_STACK(subreq, child); in cryptd_skcipher_decrypt()
1058 SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
142 #define SKCIPHER_REQUEST_ON_STACK(name, tfm) \ macro