Searched refs:crypto_ablkcipher_encrypt (Results 1 – 27 of 27) sorted by relevance
71 err = crypto_ablkcipher_encrypt(subreq); in chainiv_givencrypt()164 ctx->err = crypto_ablkcipher_encrypt(subreq); in async_chainiv_givencrypt_tail()
81 return crypto_ablkcipher_encrypt(cryptd_req); in ablk_encrypt()
138 err = crypto_ablkcipher_encrypt(subreq); in eseqiv_givencrypt()
141 err = crypto_ablkcipher_encrypt(subreq); in seqiv_givencrypt()
303 return crypto_ablkcipher_encrypt(subreq); in crypto_rfc3686_crypt()
1048 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()
227 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_encrypt()
223 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_esn_encrypt()
153 err = crypto_ablkcipher_encrypt(&data->req); in crypto_gcm_setkey()504 return crypto_ablkcipher_encrypt(abreq) ?: in crypto_gcm_encrypt()
434 err = crypto_ablkcipher_encrypt(&creq->req); in chacha_encrypt()
354 return crypto_ablkcipher_encrypt(&req->creq); in skcipher_null_givencrypt()
373 err = crypto_ablkcipher_encrypt(abreq); in crypto_ccm_encrypt()
76 res = crypto_ablkcipher_encrypt(req); in f2fs_derive_key_aes()
363 res = crypto_ablkcipher_encrypt(req); in f2fs_page_crypto()
125 res = crypto_ablkcipher_encrypt(req); in f2fs_fname_encrypt()
72 res = crypto_ablkcipher_encrypt(req); in ext4_derive_key_aes()
296 res = crypto_ablkcipher_encrypt(req); in ext4_page_crypto()
121 res = crypto_ablkcipher_encrypt(req); in ext4_fname_encrypt()
153 ret = (encrypt) ? crypto_ablkcipher_encrypt(req) : in ccp_aes_xts_crypt()
208 ret = encrypt ? crypto_ablkcipher_encrypt(req) : in qce_ablkcipher_crypt()
674 err = crypto_ablkcipher_encrypt(req); in sahara_aes_ecb_encrypt()710 err = crypto_ablkcipher_encrypt(req); in sahara_aes_cbc_encrypt()
386 ret = crypto_ablkcipher_encrypt(req); in mxs_dcp_block_fallback()
904 err = is_encrypt ? crypto_ablkcipher_encrypt(req) : in spacc_ablk_do_fallback()
899 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt() function
387 rc = op == ENCRYPT ? crypto_ablkcipher_encrypt(req) : in crypt_scatterlist()
870 ret = crypto_ablkcipher_encrypt(req); in rfc4106_set_hash_subkey()
873 r = crypto_ablkcipher_encrypt(req); in crypt_convert_block()