/linux-4.1.27/include/crypto/ |
D | skcipher.h | 99 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv); in skcipher_givcrypt_set_crypt()
|
/linux-4.1.27/crypto/ |
D | chainiv.c | 61 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in chainiv_givencrypt() 191 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in async_chainiv_givencrypt()
|
D | authencesn.c | 240 ablkcipher_request_set_crypt(abreq, req->src, req->dst, in authenc_esn_verify_ahash_update_done() 289 ablkcipher_request_set_crypt(abreq, req->src, req->dst, in authenc_esn_verify_ahash_update_done2() 329 ablkcipher_request_set_crypt(abreq, req->src, req->dst, in authenc_esn_verify_ahash_done() 486 ablkcipher_request_set_crypt(abreq, req->src, dst, cryptlen, req->iv); in crypto_authenc_esn_encrypt() 634 ablkcipher_request_set_crypt(abreq, req->src, req->dst, cryptlen, iv); in crypto_authenc_esn_decrypt()
|
D | authenc.c | 211 ablkcipher_request_set_crypt(abreq, req->src, req->dst, in authenc_verify_ahash_update_done() 250 ablkcipher_request_set_crypt(abreq, req->src, req->dst, in authenc_verify_ahash_done() 410 ablkcipher_request_set_crypt(abreq, req->src, dst, cryptlen, req->iv); in crypto_authenc_encrypt() 542 ablkcipher_request_set_crypt(abreq, req->src, req->dst, cryptlen, iv); in crypto_authenc_decrypt()
|
D | eseqiv.c | 124 ablkcipher_request_set_crypt(subreq, reqctx->src, dst, in eseqiv_givencrypt()
|
D | seqiv.c | 131 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in seqiv_givencrypt()
|
D | ccm.c | 345 ablkcipher_request_set_crypt(abreq, pctx->src, dst, cryptlen + 16, iv); in crypto_ccm_encrypt() 416 ablkcipher_request_set_crypt(abreq, pctx->src, dst, cryptlen + 16, iv); in crypto_ccm_decrypt()
|
D | algif_skcipher.c | 617 ablkcipher_request_set_crypt(req, sreq->tsg, sreq->first_sgl.sgl.sg, in skcipher_recvmsg_async() 678 ablkcipher_request_set_crypt(&ctx->req, sg, in skcipher_recvmsg_sync()
|
D | ctr.c | 300 ablkcipher_request_set_crypt(subreq, req->src, req->dst, req->nbytes, in crypto_rfc3686_crypt()
|
D | gcm.c | 144 ablkcipher_request_set_crypt(&data->req, data->sg, data->sg, in crypto_gcm_setkey() 215 ablkcipher_request_set_crypt(ablk_req, pctx->src, dst, in crypto_gcm_init_crypt()
|
D | testmgr.c | 992 ablkcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher() 1085 ablkcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher()
|
D | tcrypt.c | 1182 ablkcipher_request_set_crypt(req, sg, sg, *b_size, iv); in test_acipher_speed()
|
/linux-4.1.27/fs/ext4/ |
D | crypto_key.c | 70 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, in ext4_derive_key_aes()
|
D | crypto_fname.c | 106 ablkcipher_request_set_crypt(req, sg, sg, ciphertext_len, iv); in ext4_fname_encrypt() 178 ablkcipher_request_set_crypt(req, sg, sg, iname->len, iv); in ext4_fname_decrypt()
|
D | crypto.c | 365 ablkcipher_request_set_crypt(req, &src, &dst, PAGE_CACHE_SIZE, in ext4_page_crypto()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 1185 static inline void ablkcipher_request_set_crypt( in ablkcipher_request_set_crypt() function
|
/linux-4.1.27/fs/ecryptfs/ |
D | crypto.c | 387 ablkcipher_request_set_crypt(req, src_sg, dst_sg, size, iv); in crypt_scatterlist()
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 877 ablkcipher_request_set_crypt(req, &req_data->sg, in rfc4106_set_hash_subkey()
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 868 ablkcipher_request_set_crypt(req, &dmreq->sg_in, &dmreq->sg_out, in crypt_convert_block()
|