Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dskcipher.h99 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv); in skcipher_givcrypt_set_crypt()
/linux-4.1.27/crypto/
Dchainiv.c61 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()
Dauthencesn.c240 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()
Dauthenc.c211 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()
Deseqiv.c124 ablkcipher_request_set_crypt(subreq, reqctx->src, dst, in eseqiv_givencrypt()
Dseqiv.c131 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, in seqiv_givencrypt()
Dccm.c345 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()
Dalgif_skcipher.c617 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()
Dctr.c300 ablkcipher_request_set_crypt(subreq, req->src, req->dst, req->nbytes, in crypto_rfc3686_crypt()
Dgcm.c144 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()
Dtestmgr.c992 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()
Dtcrypt.c1182 ablkcipher_request_set_crypt(req, sg, sg, *b_size, iv); in test_acipher_speed()
/linux-4.1.27/fs/ext4/
Dcrypto_key.c70 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, in ext4_derive_key_aes()
Dcrypto_fname.c106 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()
Dcrypto.c365 ablkcipher_request_set_crypt(req, &src, &dst, PAGE_CACHE_SIZE, in ext4_page_crypto()
/linux-4.1.27/include/linux/
Dcrypto.h1185 static inline void ablkcipher_request_set_crypt( in ablkcipher_request_set_crypt() function
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c387 ablkcipher_request_set_crypt(req, src_sg, dst_sg, size, iv); in crypt_scatterlist()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c877 ablkcipher_request_set_crypt(req, &req_data->sg, in rfc4106_set_hash_subkey()
/linux-4.1.27/drivers/md/
Ddm-crypt.c868 ablkcipher_request_set_crypt(req, &dmreq->sg_in, &dmreq->sg_out, in crypt_convert_block()