Home
last modified time | relevance | path

Searched refs:crypto_skcipher_decrypt (Results 1 – 16 of 16) sorted by relevance

/crypto/
Dcts.c219 return crypto_skcipher_decrypt(subreq); in cts_cbc_decrypt()
259 return crypto_skcipher_decrypt(subreq); in crypto_cts_decrypt()
279 return crypto_skcipher_decrypt(subreq) ?: in crypto_cts_decrypt()
Dxts.c230 err = xts_cts_final(req, crypto_skcipher_decrypt); in xts_decrypt_done()
286 crypto_skcipher_decrypt(subreq) ?: in xts_decrypt()
292 return xts_cts_final(req, crypto_skcipher_decrypt); in xts_decrypt()
Dalgif_skcipher.c123 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
138 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
Dchacha20poly1305.c146 err = crypto_skcipher_decrypt(&creq->req); in chacha_decrypt()
387 err = crypto_skcipher_decrypt(&creq->req); in poly_genkey()
Dlrw.c261 crypto_skcipher_decrypt(subreq) ?: in lrw_decrypt()
Dskcipher.c659 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function
679 EXPORT_SYMBOL_GPL(crypto_skcipher_decrypt);
Dsimd.c101 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
Dauthenc.c260 return crypto_skcipher_decrypt(skreq); in crypto_authenc_decrypt_tail()
Dauthencesn.c256 return crypto_skcipher_decrypt(skreq); in crypto_authenc_esn_decrypt_tail()
Dtcrypt.c976 rc[i] = crypto_skcipher_decrypt(data[i].req); in do_mult_acipher_op()
1235 crypto_skcipher_decrypt(req)); in test_acipher_jiffies()
1260 crypto_skcipher_decrypt(req)); in test_acipher_cycles()
1276 crypto_skcipher_decrypt(req)); in test_acipher_cycles()
Dfips140-selftests.c284 err = crypto_skcipher_decrypt(req); in fips_test_skcipher()
Dessiv.c156 crypto_skcipher_decrypt(subreq); in essiv_skcipher_crypt()
Dccm.c377 err = crypto_skcipher_decrypt(skreq); in crypto_ccm_decrypt()
Dcryptd.c307 err = crypto_skcipher_decrypt(subreq); in cryptd_skcipher_decrypt()
Dgcm.c496 return crypto_skcipher_decrypt(skreq) ?: crypto_gcm_verify(req); in gcm_dec_hash_continue()
Dtestmgr.c2954 err = enc ? crypto_skcipher_encrypt(req) : crypto_skcipher_decrypt(req); in test_skcipher_vec_cfg()