Searched refs:crypto_ablkcipher_encrypt (Results 1 – 25 of 25) sorted by relevance
71 err = crypto_ablkcipher_encrypt(subreq); in chainiv_givencrypt()171 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()
137 err = crypto_ablkcipher_encrypt(subreq); in seqiv_givencrypt()
619 err = ctx->enc ? crypto_ablkcipher_encrypt(req) : in skcipher_recvmsg_async()684 crypto_ablkcipher_encrypt(&ctx->req) : in skcipher_recvmsg_sync()
303 return crypto_ablkcipher_encrypt(subreq); in crypto_rfc3686_crypt()
1019 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()
354 return crypto_ablkcipher_encrypt(&req->creq); in skcipher_null_givencrypt()
147 err = crypto_ablkcipher_encrypt(&data->req); in crypto_gcm_setkey()560 err = crypto_ablkcipher_encrypt(abreq); in crypto_gcm_encrypt()
414 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_encrypt()
346 err = crypto_ablkcipher_encrypt(abreq); in crypto_ccm_encrypt()
490 err = crypto_ablkcipher_encrypt(abreq); in crypto_authenc_esn_encrypt()
994 ret = enc ? crypto_ablkcipher_encrypt(req) : in __test_skcipher()1088 ret = enc ? crypto_ablkcipher_encrypt(req) : in __test_skcipher()
72 res = crypto_ablkcipher_encrypt(req); in ext4_derive_key_aes()
370 res = crypto_ablkcipher_encrypt(req); in ext4_page_crypto()
107 res = crypto_ablkcipher_encrypt(req); in ext4_fname_encrypt()
153 ret = (encrypt) ? crypto_ablkcipher_encrypt(req) : in ccp_aes_xts_crypt()
218 ret = encrypt ? crypto_ablkcipher_encrypt(req) : in qce_ablkcipher_crypt()
700 err = crypto_ablkcipher_encrypt(req); in sahara_aes_ecb_encrypt()736 err = crypto_ablkcipher_encrypt(req); in sahara_aes_cbc_encrypt()
386 ret = crypto_ablkcipher_encrypt(req); in mxs_dcp_block_fallback()
993 err = is_encrypt ? crypto_ablkcipher_encrypt(req) : in spacc_ablk_do_fallback()
1032 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt() function
388 rc = op == ENCRYPT ? crypto_ablkcipher_encrypt(req) : in crypt_scatterlist()
880 ret = crypto_ablkcipher_encrypt(req); in rfc4106_set_hash_subkey()
872 r = crypto_ablkcipher_encrypt(req); in crypt_convert_block()