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

/linux-4.1.27/include/crypto/
H A Dskcipher.h99 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv); skcipher_givcrypt_set_crypt()
/linux-4.1.27/fs/ext4/
H A Dcrypto_key.c70 ablkcipher_request_set_crypt(req, &src_sg, &dst_sg, ext4_derive_key_aes()
H A Dcrypto_fname.c106 ablkcipher_request_set_crypt(req, sg, sg, ciphertext_len, iv); ext4_fname_encrypt()
178 ablkcipher_request_set_crypt(req, sg, sg, iname->len, iv); ext4_fname_decrypt()
H A Dcrypto.c365 ablkcipher_request_set_crypt(req, &src, &dst, PAGE_CACHE_SIZE, ext4_page_crypto()
/linux-4.1.27/crypto/
H A Dchainiv.c61 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, chainiv_givencrypt()
191 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, async_chainiv_givencrypt()
H A Dauthencesn.c240 ablkcipher_request_set_crypt(abreq, req->src, req->dst, authenc_esn_verify_ahash_update_done()
289 ablkcipher_request_set_crypt(abreq, req->src, req->dst, authenc_esn_verify_ahash_update_done2()
329 ablkcipher_request_set_crypt(abreq, req->src, req->dst, authenc_esn_verify_ahash_done()
486 ablkcipher_request_set_crypt(abreq, req->src, dst, cryptlen, req->iv); crypto_authenc_esn_encrypt()
634 ablkcipher_request_set_crypt(abreq, req->src, req->dst, cryptlen, iv); crypto_authenc_esn_decrypt()
H A Dauthenc.c211 ablkcipher_request_set_crypt(abreq, req->src, req->dst, authenc_verify_ahash_update_done()
250 ablkcipher_request_set_crypt(abreq, req->src, req->dst, authenc_verify_ahash_done()
410 ablkcipher_request_set_crypt(abreq, req->src, dst, cryptlen, req->iv); crypto_authenc_encrypt()
542 ablkcipher_request_set_crypt(abreq, req->src, req->dst, cryptlen, iv); crypto_authenc_decrypt()
H A Deseqiv.c124 ablkcipher_request_set_crypt(subreq, reqctx->src, dst, eseqiv_givencrypt()
H A Dseqiv.c131 ablkcipher_request_set_crypt(subreq, req->creq.src, req->creq.dst, seqiv_givencrypt()
H A Dalgif_skcipher.c617 ablkcipher_request_set_crypt(req, sreq->tsg, sreq->first_sgl.sgl.sg, skcipher_recvmsg_async()
678 ablkcipher_request_set_crypt(&ctx->req, sg, skcipher_recvmsg_sync()
H A Dccm.c345 ablkcipher_request_set_crypt(abreq, pctx->src, dst, cryptlen + 16, iv); crypto_ccm_encrypt()
416 ablkcipher_request_set_crypt(abreq, pctx->src, dst, cryptlen + 16, iv); crypto_ccm_decrypt()
H A Dctr.c300 ablkcipher_request_set_crypt(subreq, req->src, req->dst, req->nbytes, crypto_rfc3686_crypt()
H A Dgcm.c144 ablkcipher_request_set_crypt(&data->req, data->sg, data->sg, crypto_gcm_setkey()
215 ablkcipher_request_set_crypt(ablk_req, pctx->src, dst, crypto_gcm_init_crypt()
H A Dtestmgr.c992 ablkcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, __test_skcipher()
1085 ablkcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, __test_skcipher()
H A Dtcrypt.c1182 ablkcipher_request_set_crypt(req, sg, sg, *b_size, iv); test_acipher_speed()
/linux-4.1.27/include/linux/
H A Dcrypto.h1170 * ablkcipher_request_set_crypt() - set data buffers
1185 static inline void ablkcipher_request_set_crypt( ablkcipher_request_set_crypt() function
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c877 ablkcipher_request_set_crypt(req, &req_data->sg, rfc4106_set_hash_subkey()
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c868 ablkcipher_request_set_crypt(req, &dmreq->sg_in, &dmreq->sg_out, crypt_convert_block()
/linux-4.1.27/fs/ecryptfs/
H A Dcrypto.c387 ablkcipher_request_set_crypt(req, src_sg, dst_sg, size, iv); crypt_scatterlist()

Completed in 425 milliseconds