Searched refs:skcipher_request_set_tfm (Results 1 – 16 of 16) sorted by relevance
/linux-4.19.296/include/crypto/ |
D | skcipher.h | 499 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/ |
D | simd.c | 75 skcipher_request_set_tfm(subreq, child); in simd_skcipher_encrypt() 96 skcipher_request_set_tfm(subreq, child); in simd_skcipher_decrypt()
|
D | authenc.c | 198 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()
|
D | authencesn.c | 188 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()
|
D | cts.c | 158 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_encrypt() 251 skcipher_request_set_tfm(subreq, ctx->child); in crypto_cts_decrypt()
|
D | echainiv.c | 52 skcipher_request_set_tfm(nreq, ctx->sknull); in echainiv_encrypt()
|
D | chacha20poly1305.c | 155 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()
|
D | lrw.c | 222 skcipher_request_set_tfm(subreq, tfm); in pre_crypt() 257 skcipher_request_set_tfm(subreq, ctx->child); in pre_crypt()
|
D | seqiv.c | 78 skcipher_request_set_tfm(nreq, ctx->sknull); in seqiv_aead_encrypt()
|
D | algif_skcipher.c | 110 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
|
D | gcm.c | 129 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()
|
D | ccm.c | 319 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_encrypt() 384 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_decrypt()
|
D | ctr.c | 305 skcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
|
D | algif_aead.c | 84 skcipher_request_set_tfm(skreq, null_tfm); in crypto_aead_copy_sgl()
|
D | xts.c | 224 skcipher_request_set_tfm(subreq, ctx->child); in init_crypt()
|
D | cryptd.c | 492 skcipher_request_set_tfm(subreq, child); in cryptd_skcipher_encrypt() 520 skcipher_request_set_tfm(subreq, child); in cryptd_skcipher_decrypt()
|