Searched refs:crypto_skcipher_decrypt (Results 1 – 16 of 16) sorted by relevance
219 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()
230 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()
123 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()138 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
146 err = crypto_skcipher_decrypt(&creq->req); in chacha_decrypt()387 err = crypto_skcipher_decrypt(&creq->req); in poly_genkey()
261 crypto_skcipher_decrypt(subreq) ?: in lrw_decrypt()
659 int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() function679 EXPORT_SYMBOL_GPL(crypto_skcipher_decrypt);
101 return crypto_skcipher_decrypt(subreq); in simd_skcipher_decrypt()
260 return crypto_skcipher_decrypt(skreq); in crypto_authenc_decrypt_tail()
256 return crypto_skcipher_decrypt(skreq); in crypto_authenc_esn_decrypt_tail()
976 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()
284 err = crypto_skcipher_decrypt(req); in fips_test_skcipher()
156 crypto_skcipher_decrypt(subreq); in essiv_skcipher_crypt()
377 err = crypto_skcipher_decrypt(skreq); in crypto_ccm_decrypt()
307 err = crypto_skcipher_decrypt(subreq); in cryptd_skcipher_decrypt()
496 return crypto_skcipher_decrypt(skreq) ?: crypto_gcm_verify(req); in gcm_dec_hash_continue()
2954 err = enc ? crypto_skcipher_encrypt(req) : crypto_skcipher_decrypt(req); in test_skcipher_vec_cfg()