Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcts.c129 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()
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.c59 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
Dseqiv.c85 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
Dauthenc.c204 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()
237 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
Dauthencesn.c193 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()
227 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
Dsimd.c77 return crypto_skcipher_encrypt(subreq); in simd_skcipher_encrypt()
Dgcm.c137 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()
Dctr.c311 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
Dtcrypt.c1166 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()
Dalgif_aead.c89 return crypto_skcipher_encrypt(skreq); in crypto_aead_copy_sgl()
Dlrw.c337 crypto_skcipher_encrypt(subreq) ?: in do_encrypt()
Dxts.c269 crypto_skcipher_encrypt(subreq) ?: in do_encrypt()
Dchacha20poly1305.c447 err = crypto_skcipher_encrypt(&creq->req); in chacha_encrypt()
Dccm.c323 err = crypto_skcipher_encrypt(skreq); in crypto_ccm_encrypt()
Dcryptd.c498 err = crypto_skcipher_encrypt(subreq); in cryptd_skcipher_encrypt()
Ddrbg.c1833 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
Dtestmgr.c1196 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()
/linux-4.19.296/include/crypto/
Dskcipher.h438 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function
/linux-4.19.296/fs/crypto/
Dcrypto.c183 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_do_page_crypto()
Dfname.c71 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fname_encrypt()
Dkeyinfo.c61 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
/linux-4.19.296/fs/cifs/
Dcifsencrypt.c810 rc = crypto_skcipher_encrypt(req); in calc_seckey()
/linux-4.19.296/fs/ecryptfs/
Dkeystore.c844 rc = crypto_skcipher_encrypt(s->skcipher_req); in ecryptfs_write_tag_70_packet()
2320 rc = crypto_skcipher_encrypt(req); in write_tag_3_packet()
Dcrypto.c366 rc = op == ENCRYPT ? crypto_skcipher_encrypt(req) : in crypt_scatterlist()