Home
last modified time | relevance | path

Searched refs:skcipher_request_set_tfm (Results 1 – 16 of 16) sorted by relevance

/linux-4.19.296/include/crypto/
Dskcipher.h499 static inline void skcipher_request_set_tfm(struct skcipher_request *req, in skcipher_request_set_tfm() function
531 skcipher_request_set_tfm(req, tfm); in skcipher_request_alloc()
/linux-4.19.296/crypto/
Dsimd.c75 skcipher_request_set_tfm(subreq, child); in simd_skcipher_encrypt()
96 skcipher_request_set_tfm(subreq, child); in simd_skcipher_decrypt()
Dauthenc.c198 skcipher_request_set_tfm(skreq, ctx->null); in crypto_authenc_copy_assoc()
232 skcipher_request_set_tfm(skreq, enc); in crypto_authenc_encrypt()
270 skcipher_request_set_tfm(skreq, ctx->enc); in crypto_authenc_decrypt_tail()
Dauthencesn.c188 skcipher_request_set_tfm(skreq, ctx->null); in crypto_authenc_esn_copy()
222 skcipher_request_set_tfm(skreq, enc); in crypto_authenc_esn_encrypt()
268 skcipher_request_set_tfm(skreq, ctx->enc); in crypto_authenc_esn_decrypt_tail()
Dcts.c158 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_encrypt()
251 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_decrypt()
Dechainiv.c52 skcipher_request_set_tfm(nreq, ctx->sknull); in echainiv_encrypt()
Dchacha20poly1305.c155 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt()
404 skcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey()
444 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
Dlrw.c222 skcipher_request_set_tfm(subreq, tfm); in pre_crypt()
257 skcipher_request_set_tfm(subreq, ctx->child); in pre_crypt()
Dseqiv.c78 skcipher_request_set_tfm(nreq, ctx->sknull); in seqiv_aead_encrypt()
Dalgif_skcipher.c110 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
Dgcm.c129 skcipher_request_set_tfm(&data->req, ctr); in crypto_gcm_setkey()
210 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_gcm_init_crypt()
1060 skcipher_request_set_tfm(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
Dccm.c319 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_encrypt()
384 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_decrypt()
Dctr.c305 skcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
Dalgif_aead.c84 skcipher_request_set_tfm(skreq, null_tfm); in crypto_aead_copy_sgl()
Dxts.c224 skcipher_request_set_tfm(subreq, ctx->child); in init_crypt()
Dcryptd.c492 skcipher_request_set_tfm(subreq, child); in cryptd_skcipher_encrypt()
520 skcipher_request_set_tfm(subreq, child); in cryptd_skcipher_decrypt()