Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_encrypt (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/crypto/
Dchainiv.c71 err = crypto_ablkcipher_encrypt(subreq); in chainiv_givencrypt()
171 ctx->err = crypto_ablkcipher_encrypt(subreq); in async_chainiv_givencrypt_tail()
Dablk_helper.c81 return crypto_ablkcipher_encrypt(cryptd_req); in ablk_encrypt()
Deseqiv.c138 err = crypto_ablkcipher_encrypt(subreq); in eseqiv_givencrypt()
Dseqiv.c137 err = crypto_ablkcipher_encrypt(subreq); in seqiv_givencrypt()
Dalgif_skcipher.c619 err = ctx->enc ? crypto_ablkcipher_encrypt(req) : in skcipher_recvmsg_async()
684 crypto_ablkcipher_encrypt(&ctx->req) : in skcipher_recvmsg_sync()
Dctr.c303 return crypto_ablkcipher_encrypt(subreq); in crypto_rfc3686_crypt()
Dtcrypt.c1019 crypto_ablkcipher_encrypt(req)); in test_acipher_jiffies()
1044 crypto_ablkcipher_encrypt(req)); in test_acipher_cycles()
1060 crypto_ablkcipher_encrypt(req)); in test_acipher_cycles()
Dablkcipher.c354 return crypto_ablkcipher_encrypt(&req->creq); in skcipher_null_givencrypt()
Dgcm.c147 err = crypto_ablkcipher_encrypt(&data->req); in crypto_gcm_setkey()
560 err = crypto_ablkcipher_encrypt(abreq); in crypto_gcm_encrypt()
Dauthenc.c414 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_encrypt()
Dccm.c346 err = crypto_ablkcipher_encrypt(abreq); in crypto_ccm_encrypt()
Dauthencesn.c490 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_esn_encrypt()
Dtestmgr.c994 ret = enc ? crypto_ablkcipher_encrypt(req) : in __test_skcipher()
1088 ret = enc ? crypto_ablkcipher_encrypt(req) : in __test_skcipher()
/linux-4.1.27/fs/ext4/
Dcrypto_key.c72 res = crypto_ablkcipher_encrypt(req); in ext4_derive_key_aes()
Dcrypto.c370 res = crypto_ablkcipher_encrypt(req); in ext4_page_crypto()
Dcrypto_fname.c107 res = crypto_ablkcipher_encrypt(req); in ext4_fname_encrypt()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c153 ret = (encrypt) ? crypto_ablkcipher_encrypt(req) : in ccp_aes_xts_crypt()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c218 ret = encrypt ? crypto_ablkcipher_encrypt(req) : in qce_ablkcipher_crypt()
/linux-4.1.27/drivers/crypto/
Dsahara.c700 err = crypto_ablkcipher_encrypt(req); in sahara_aes_ecb_encrypt()
736 err = crypto_ablkcipher_encrypt(req); in sahara_aes_cbc_encrypt()
Dmxs-dcp.c386 ret = crypto_ablkcipher_encrypt(req); in mxs_dcp_block_fallback()
Dpicoxcell_crypto.c993 err = is_encrypt ? crypto_ablkcipher_encrypt(req) : in spacc_ablk_do_fallback()
/linux-4.1.27/include/linux/
Dcrypto.h1032 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt() function
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c388 rc = op == ENCRYPT ? crypto_ablkcipher_encrypt(req) : in crypt_scatterlist()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c880 ret = crypto_ablkcipher_encrypt(req); in rfc4106_set_hash_subkey()
/linux-4.1.27/drivers/md/
Ddm-crypt.c872 r = crypto_ablkcipher_encrypt(req); in crypt_convert_block()