Home
last modified time | relevance | path

Searched refs:ablkcipher_request_set_crypt (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/crypto/
Dchainiv.c61 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()
Dchacha20poly1305.c147 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()
Dauthenc.c225 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()
Deseqiv.c124 ablkcipher_request_set_crypt(subreq, reqctx->src, dst, in eseqiv_givencrypt()
Dauthencesn.c221 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()
Dskcipher.c155 ablkcipher_request_set_crypt(subreq, req->src, req->dst, req->cryptlen, in skcipher_crypt_ablkcipher()
Dseqiv.c135 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in seqiv_givencrypt()
Dccm.c372 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()
Dctr.c300 ablkcipher_request_set_crypt(subreq, req->src, req->dst, req->nbytes, in crypto_rfc3686_crypt()
Dgcm.c150 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()
Dtcrypt.c1211 ablkcipher_request_set_crypt(req, sg, sg, *b_size, iv); in test_acipher_speed()
/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c124 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()
Dcrypto_key.c74 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, in f2fs_derive_key_aes()
Dcrypto.c358 ablkcipher_request_set_crypt(req, &src, &dst, PAGE_CACHE_SIZE, in f2fs_page_crypto()
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c120 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()
Dcrypto_key.c70 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, in ext4_derive_key_aes()
Dcrypto.c291 ablkcipher_request_set_crypt(req, &src, &dst, PAGE_CACHE_SIZE, in ext4_page_crypto()
/linux-4.4.14/include/crypto/
Dskcipher.h140 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv); in skcipher_givcrypt_set_crypt()
/linux-4.4.14/include/linux/
Dcrypto.h1052 static inline void ablkcipher_request_set_crypt( in ablkcipher_request_set_crypt() function
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c386 ablkcipher_request_set_crypt(req, src_sg, dst_sg, size, iv); in crypt_scatterlist()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c867 ablkcipher_request_set_crypt(req, &req_data->sg, in rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
Ddm-crypt.c869 ablkcipher_request_set_crypt(req, &dmreq->sg_in, &dmreq->sg_out, in crypt_convert_block()