/linux-4.4.14/crypto/ |
D | chainiv.c | 61 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in chainiv_givencrypt() 184 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in async_chainiv_givencrypt()
|
D | chacha20poly1305.c | 147 ablkcipher_request_set_crypt(&creq->req, src, dst, in chacha_decrypt() 395 ablkcipher_request_set_crypt(&creq->req, creq->src, creq->src, in poly_genkey() 432 ablkcipher_request_set_crypt(&creq->req, src, dst, in chacha_encrypt()
|
D | authenc.c | 225 ablkcipher_request_set_crypt(abreq, src, dst, cryptlen, req->iv); in crypto_authenc_encrypt() 266 ablkcipher_request_set_crypt(abreq, src, dst, in crypto_authenc_decrypt_tail()
|
D | eseqiv.c | 124 ablkcipher_request_set_crypt(subreq, reqctx->src, dst, in eseqiv_givencrypt()
|
D | authencesn.c | 221 ablkcipher_request_set_crypt(abreq, src, dst, cryptlen, req->iv); in crypto_authenc_esn_encrypt() 262 ablkcipher_request_set_crypt(abreq, dst, dst, cryptlen, req->iv); in crypto_authenc_esn_decrypt_tail()
|
D | skcipher.c | 155 ablkcipher_request_set_crypt(subreq, req->src, req->dst, req->cryptlen, in skcipher_crypt_ablkcipher()
|
D | seqiv.c | 135 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in seqiv_givencrypt()
|
D | ccm.c | 372 ablkcipher_request_set_crypt(abreq, pctx->src, dst, cryptlen + 16, iv); in crypto_ccm_encrypt() 435 ablkcipher_request_set_crypt(abreq, pctx->src, dst, cryptlen + 16, iv); in crypto_ccm_decrypt()
|
D | ctr.c | 300 ablkcipher_request_set_crypt(subreq, req->src, req->dst, req->nbytes, in crypto_rfc3686_crypt()
|
D | gcm.c | 150 ablkcipher_request_set_crypt(&data->req, data->sg, data->sg, in crypto_gcm_setkey() 232 ablkcipher_request_set_crypt(ablk_req, pctx->src, dst, in crypto_gcm_init_crypt()
|
D | tcrypt.c | 1211 ablkcipher_request_set_crypt(req, sg, sg, *b_size, iv); in test_acipher_speed()
|
/linux-4.4.14/fs/f2fs/ |
D | crypto_fname.c | 124 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, ciphertext_len, iv); in f2fs_fname_encrypt() 180 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, iname->len, iv); in f2fs_fname_decrypt()
|
D | crypto_key.c | 74 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, in f2fs_derive_key_aes()
|
D | crypto.c | 358 ablkcipher_request_set_crypt(req, &src, &dst, PAGE_CACHE_SIZE, in f2fs_page_crypto()
|
/linux-4.4.14/fs/ext4/ |
D | crypto_fname.c | 120 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, ciphertext_len, iv); in ext4_fname_encrypt() 181 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, iname->len, iv); in ext4_fname_decrypt()
|
D | crypto_key.c | 70 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, in ext4_derive_key_aes()
|
D | crypto.c | 291 ablkcipher_request_set_crypt(req, &src, &dst, PAGE_CACHE_SIZE, in ext4_page_crypto()
|
/linux-4.4.14/include/crypto/ |
D | skcipher.h | 140 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv); in skcipher_givcrypt_set_crypt()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1052 static inline void ablkcipher_request_set_crypt( in ablkcipher_request_set_crypt() function
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 386 ablkcipher_request_set_crypt(req, src_sg, dst_sg, size, iv); in crypt_scatterlist()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 867 ablkcipher_request_set_crypt(req, &req_data->sg, in rfc4106_set_hash_subkey()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 869 ablkcipher_request_set_crypt(req, &dmreq->sg_in, &dmreq->sg_out, in crypt_convert_block()
|