Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dchainiv.c71 err = crypto_ablkcipher_encrypt(subreq); in chainiv_givencrypt()
164 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.c141 err = crypto_ablkcipher_encrypt(subreq); in seqiv_givencrypt()
Dctr.c303 return crypto_ablkcipher_encrypt(subreq); in crypto_rfc3686_crypt()
Dtcrypt.c1048 crypto_ablkcipher_encrypt(req)); in test_acipher_jiffies()
1073 crypto_ablkcipher_encrypt(req)); in test_acipher_cycles()
1089 crypto_ablkcipher_encrypt(req)); in test_acipher_cycles()
Dauthenc.c227 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_encrypt()
Dauthencesn.c223 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_esn_encrypt()
Dgcm.c153 err = crypto_ablkcipher_encrypt(&data->req); in crypto_gcm_setkey()
504 return crypto_ablkcipher_encrypt(abreq) ?: in crypto_gcm_encrypt()
Dchacha20poly1305.c434 err = crypto_ablkcipher_encrypt(&creq->req); in chacha_encrypt()
Dablkcipher.c354 return crypto_ablkcipher_encrypt(&req->creq); in skcipher_null_givencrypt()
Dccm.c373 err = crypto_ablkcipher_encrypt(abreq); in crypto_ccm_encrypt()
/linux-4.4.14/fs/f2fs/
Dcrypto_key.c76 res = crypto_ablkcipher_encrypt(req); in f2fs_derive_key_aes()
Dcrypto.c363 res = crypto_ablkcipher_encrypt(req); in f2fs_page_crypto()
Dcrypto_fname.c125 res = crypto_ablkcipher_encrypt(req); in f2fs_fname_encrypt()
/linux-4.4.14/fs/ext4/
Dcrypto_key.c72 res = crypto_ablkcipher_encrypt(req); in ext4_derive_key_aes()
Dcrypto.c296 res = crypto_ablkcipher_encrypt(req); in ext4_page_crypto()
Dcrypto_fname.c121 res = crypto_ablkcipher_encrypt(req); in ext4_fname_encrypt()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c153 ret = (encrypt) ? crypto_ablkcipher_encrypt(req) : in ccp_aes_xts_crypt()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c208 ret = encrypt ? crypto_ablkcipher_encrypt(req) : in qce_ablkcipher_crypt()
/linux-4.4.14/drivers/crypto/
Dsahara.c674 err = crypto_ablkcipher_encrypt(req); in sahara_aes_ecb_encrypt()
710 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.c904 err = is_encrypt ? crypto_ablkcipher_encrypt(req) : in spacc_ablk_do_fallback()
/linux-4.4.14/include/linux/
Dcrypto.h899 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt() function
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c387 rc = op == ENCRYPT ? crypto_ablkcipher_encrypt(req) : in crypt_scatterlist()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c870 ret = crypto_ablkcipher_encrypt(req); in rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
Ddm-crypt.c873 r = crypto_ablkcipher_encrypt(req); in crypt_convert_block()