Searched refs:crypto_skcipher_encrypt (Results 1 – 25 of 73) sorted by relevance
123
125 return crypto_skcipher_encrypt(subreq); in cts_cbc_encrypt()164 return crypto_skcipher_encrypt(subreq); in crypto_cts_encrypt()175 return crypto_skcipher_encrypt(subreq) ?: in crypto_cts_encrypt()
210 err = xts_cts_final(req, crypto_skcipher_encrypt); in xts_encrypt_done()269 crypto_skcipher_encrypt(subreq) ?: in xts_encrypt()275 return xts_cts_final(req, crypto_skcipher_encrypt); in xts_encrypt()
122 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()137 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
54 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
78 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
178 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()212 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
189 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()222 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()383 return crypto_skcipher_encrypt(&rctx->u.streamcipher_req) ?: in adiantum_crypt()
131 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()461 return crypto_skcipher_encrypt(skreq) ?: in crypto_gcm_encrypt()972 return crypto_skcipher_encrypt(nreq); in crypto_rfc4543_copy_src_to_dst()
215 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
250 crypto_skcipher_encrypt(subreq) ?: in lrw_encrypt()
17 …skcipher_blocksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_sk…
70 * To decrypt instead of encrypt, just change crypto_skcipher_encrypt() to78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
220 crypto_skcipher_encrypt(req); in rxkad_prime_packet_security()293 crypto_skcipher_encrypt(req); in rxkad_secure_packet_auth()342 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()356 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()410 crypto_skcipher_encrypt(req); in rxkad_secure_packet()649 crypto_skcipher_encrypt(req); in rxkad_verify_packet()884 crypto_skcipher_encrypt(req); in rxkad_encrypt_response()
84 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_cbc_crypt()
103 return crypto_skcipher_encrypt(subreq); in p8_aes_ctr_crypt()
95 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_xts_crypt()
86 ret = crypto_skcipher_encrypt(req); in krb5_encrypt()374 ret = crypto_skcipher_encrypt(desc->req); in encryptor()582 ret = crypto_skcipher_encrypt(req); in gss_krb5_cts_crypt()
423 int crypto_skcipher_encrypt(struct skcipher_request *req);
79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
137 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_crypt_block()
107 rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req), in test_skcipher_encdec()
159 ret = encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) : in ccp_aes_xts_crypt()
135 res = crypto_skcipher_encrypt(req); in aes_siv_encrypt()
249 ret = crypto_skcipher_encrypt(req); in ceph_aes_crypt()