Home
last modified time | relevance | path

Searched refs:crypto_skcipher_encrypt (Results 1 – 21 of 21) sorted by relevance

/crypto/
Dcts.c129 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()
Dxts.c212 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()
Dalgif_skcipher.c126 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
141 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
Dechainiv.c54 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
Dseqiv.c80 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
Dauthenc.c199 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()
232 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
Dauthencesn.c188 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()
222 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
Dadiantum.c157 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()
Dlrw.c249 crypto_skcipher_encrypt(subreq) ?: in encrypt()
Dgcm.c134 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()
Dctr.c220 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
Dsimd.c84 return crypto_skcipher_encrypt(subreq); in simd_skcipher_encrypt()
Dalgif_aead.c85 return crypto_skcipher_encrypt(skreq); in crypto_aead_copy_sgl()
Dskcipher.c844 int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function
859 EXPORT_SYMBOL_GPL(crypto_skcipher_encrypt);
Dtcrypt.c1162 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()
Dessiv.c172 return enc ? crypto_skcipher_encrypt(subreq) : in essiv_skcipher_crypt()
Dchacha20poly1305.c424 err = crypto_skcipher_encrypt(&creq->req); in chacha_encrypt()
Dccm.c321 err = crypto_skcipher_encrypt(skreq); in crypto_ccm_encrypt()
Dcryptd.c302 err = crypto_skcipher_encrypt(subreq); in cryptd_skcipher_encrypt()
Ddrbg.c1842 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
Dtestmgr.c2512 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()