Searched refs:crypto_skcipher_encrypt (Results 1 – 25 of 25) sorted by relevance
129 return crypto_skcipher_encrypt(subreq); in cts_cbc_encrypt()166 return crypto_skcipher_encrypt(subreq); in crypto_cts_encrypt()177 return crypto_skcipher_encrypt(subreq) ?: in crypto_cts_encrypt()
126 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()141 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
59 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
85 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
204 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()237 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
193 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()227 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
77 return crypto_skcipher_encrypt(subreq); in simd_skcipher_encrypt()
137 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()483 return crypto_skcipher_encrypt(skreq) ?: in crypto_gcm_encrypt()1064 return crypto_skcipher_encrypt(nreq); in crypto_rfc4543_copy_src_to_dst()
311 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
1166 rc[i] = crypto_skcipher_encrypt(data[i].req); in do_mult_acipher_op()1423 crypto_skcipher_encrypt(req)); in test_acipher_jiffies()1448 crypto_skcipher_encrypt(req)); in test_acipher_cycles()1464 crypto_skcipher_encrypt(req)); in test_acipher_cycles()
89 return crypto_skcipher_encrypt(skreq); in crypto_aead_copy_sgl()
337 crypto_skcipher_encrypt(subreq) ?: in do_encrypt()
269 crypto_skcipher_encrypt(subreq) ?: in do_encrypt()
447 err = crypto_skcipher_encrypt(&creq->req); in chacha_encrypt()
323 err = crypto_skcipher_encrypt(skreq); in crypto_ccm_encrypt()
498 err = crypto_skcipher_encrypt(subreq); in cryptd_skcipher_encrypt()
1833 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
1196 ret = crypto_wait_req(enc ? crypto_skcipher_encrypt(req) : in __test_skcipher()1294 ret = crypto_wait_req(enc ? crypto_skcipher_encrypt(req) : in __test_skcipher()
438 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function
183 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_do_page_crypto()
71 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fname_encrypt()
61 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
810 rc = crypto_skcipher_encrypt(req); in calc_seckey()
844 rc = crypto_skcipher_encrypt(s->skcipher_req); in ecryptfs_write_tag_70_packet()2320 rc = crypto_skcipher_encrypt(req); in write_tag_3_packet()
366 rc = op == ENCRYPT ? crypto_skcipher_encrypt(req) : in crypt_scatterlist()