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

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

Completed in 376 milliseconds