Home
last modified time | relevance | path

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

123

/linux/crypto/
H A Dcts.c125 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()
H A Dxts.c210 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()
H A Dalgif_skcipher.c182 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
198 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
H A Dadiantum.c154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
413 return crypto_skcipher_encrypt(&rctx->u.streamcipher_req) ?: in adiantum_crypt()
H A Dskcipher.c186 int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function
197 EXPORT_SYMBOL_GPL(crypto_skcipher_encrypt);
H A Dlrw.c250 crypto_skcipher_encrypt(subreq) ?: in lrw_encrypt()
H A Dctr.c215 return crypto_skcipher_encrypt(subreq); in crypto_rfc3686_crypt()
/linux/Documentation/crypto/
H A Dapi-skcipher.rst17 :functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_skcipher_decrypt
H A Dapi-samples.rst70 * To decrypt instead of encrypt, just change crypto_skcipher_encrypt() to
78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/linux/arch/powerpc/crypto/
H A Daes_cbc.c88 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_cbc_crypt()
H A Daes_ctr.c107 return crypto_skcipher_encrypt(subreq); in p8_aes_ctr_crypt()
H A Daes_xts.c99 return enc ? crypto_skcipher_encrypt(subreq) : in p8_aes_xts_crypt()
/linux/net/rxrpc/
H A Drxkad.c228 crypto_skcipher_encrypt(req); in rxkad_prime_packet_security()
289 crypto_skcipher_encrypt(req); in rxkad_secure_packet_auth()
332 ret = crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
379 crypto_skcipher_encrypt(req); in rxkad_secure_packet()
605 crypto_skcipher_encrypt(req); in rxkad_verify_packet()
749 ret = crypto_skcipher_encrypt(req); in rxkad_encrypt_response()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c134 ret = crypto_skcipher_encrypt(req); in krb5_encrypt()
280 ret = crypto_skcipher_encrypt(desc->req); in encryptor()
432 ret = crypto_skcipher_encrypt(req); in gss_krb5_cts_crypt()
/linux/fs/crypto/
H A Dkeysetup_v1.c71 err = crypto_skcipher_encrypt(req); in derive_key_aes()
H A Dcrypto.c139 err = crypto_skcipher_encrypt(req); in fscrypt_crypt_data_unit()
/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c107 rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req), in test_skcipher_encdec()
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c118 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in do_dcp_crypto()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c159 ret = encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) : in ccp_aes_xts_crypt()
/linux/net/ceph/
H A Dcrypto.c237 ret = crypto_skcipher_encrypt(req); in ceph_aes_crypt()
/linux/net/mac80211/
H A Dfils_aead.c135 res = crypto_skcipher_encrypt(req); in aes_siv_encrypt()
/linux/arch/s390/crypto/
H A Daes_s390.c202 crypto_skcipher_encrypt(subreq); in fallback_skcipher_crypt()
451 crypto_skcipher_encrypt(subreq); in xts_aes_crypt()
584 crypto_skcipher_encrypt(subreq); in fullxts_aes_crypt()
/linux/include/crypto/
H A Dskcipher.h690 * crypto_skcipher_encrypt() - encrypt plaintext
700 int crypto_skcipher_encrypt(struct skcipher_request *req);
/linux/drivers/crypto/
H A Dgeode-aes.c279 return crypto_skcipher_encrypt(subreq); in geode_skcipher_crypt()
/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c80 err = crypto_skcipher_encrypt(&rctx->fallback_req); in meson_cipher_do_fallback()

123