Searched refs:crypto_skcipher_encrypt (Results 1 – 21 of 21) sorted by relevance
129 return crypto_skcipher_encrypt(subreq); in cts_cbc_encrypt()168 return crypto_skcipher_encrypt(subreq); in crypto_cts_encrypt()179 return crypto_skcipher_encrypt(subreq) ?: in crypto_cts_encrypt()
212 err = cts_final(req, crypto_skcipher_encrypt); in encrypt_done()269 crypto_skcipher_encrypt(subreq) ?: in encrypt()275 return cts_final(req, crypto_skcipher_encrypt); in 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()
54 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
80 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
199 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()232 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
188 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()222 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
157 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()391 return crypto_skcipher_encrypt(&rctx->u.streamcipher_req) ?: in adiantum_crypt()
249 crypto_skcipher_encrypt(subreq) ?: in encrypt()
134 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()467 return crypto_skcipher_encrypt(skreq) ?: in crypto_gcm_encrypt()1032 return crypto_skcipher_encrypt(nreq); in crypto_rfc4543_copy_src_to_dst()
220 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
84 return crypto_skcipher_encrypt(subreq); in simd_skcipher_encrypt()
85 return crypto_skcipher_encrypt(skreq); in crypto_aead_copy_sgl()
844 int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function859 EXPORT_SYMBOL_GPL(crypto_skcipher_encrypt);
1162 rc[i] = crypto_skcipher_encrypt(data[i].req); in do_mult_acipher_op()1428 crypto_skcipher_encrypt(req)); in test_acipher_jiffies()1453 crypto_skcipher_encrypt(req)); in test_acipher_cycles()1469 crypto_skcipher_encrypt(req)); in test_acipher_cycles()
172 return enc ? crypto_skcipher_encrypt(subreq) : in essiv_skcipher_crypt()
424 err = crypto_skcipher_encrypt(&creq->req); in chacha_encrypt()
321 err = crypto_skcipher_encrypt(skreq); in crypto_ccm_encrypt()
302 err = crypto_skcipher_encrypt(subreq); in cryptd_skcipher_encrypt()
1842 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
2512 err = enc ? crypto_skcipher_encrypt(req) : crypto_skcipher_decrypt(req); in test_skcipher_vec_cfg()2680 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec()