Searched refs:crypto_skcipher_encrypt (Results 1 – 25 of 65) 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()
209 err = xts_cts_final(req, crypto_skcipher_encrypt); in xts_encrypt_done()268 crypto_skcipher_encrypt(subreq) ?: in xts_encrypt()274 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()
189 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()222 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
178 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()212 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
153 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()382 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()
250 crypto_skcipher_encrypt(subreq) ?: in lrw_encrypt()
214 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
137 crypto_skcipher_encrypt(req); in rxkad_prime_packet_security()205 crypto_skcipher_encrypt(req); in rxkad_secure_packet_auth()248 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()263 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()318 crypto_skcipher_encrypt(req); in rxkad_secure_packet()561 crypto_skcipher_encrypt(req); in rxkad_verify_packet()800 crypto_skcipher_encrypt(req); in rxkad_encrypt_response()
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);
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()
128 encdecfunc = crypto_skcipher_encrypt; in cryptoloop_transfer()
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()
417 int crypto_skcipher_encrypt(struct skcipher_request *req);
79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
129 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_crypt_block()
159 ret = encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) : in ccp_aes_xts_crypt()
248 ret = crypto_skcipher_encrypt(req); in ceph_aes_crypt()
135 res = crypto_skcipher_encrypt(req); in aes_siv_encrypt()