Home
last modified time | relevance | path

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

12

/linux/Documentation/crypto/
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/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/crypto/
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 Dskcipher.c435 int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function
446 EXPORT_SYMBOL_GPL(crypto_skcipher_encrypt);
H A Dsimd.c80 return crypto_skcipher_encrypt(subreq); in simd_skcipher_encrypt()
H A Dhctr2.c259 return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?: in hctr2_crypt()
H A Dauthenc.c214 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
H A Dauthencesn.c190 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
H A Dtcrypt.c974 rc[i] = crypto_skcipher_encrypt(data[i].req); in do_mult_acipher_op()
1232 crypto_skcipher_encrypt(req)); in test_acipher_jiffies()
1257 crypto_skcipher_encrypt(req)); in test_acipher_cycles()
1273 crypto_skcipher_encrypt(req)); in test_acipher_cycles()
H A Dessiv.c155 return enc ? crypto_skcipher_encrypt(subreq) : in essiv_skcipher_crypt()
/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/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/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()
H A Dfname.c120 err = crypto_skcipher_encrypt(req); in fscrypt_fname_encrypt()
/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/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()
/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c123 err = crypto_skcipher_encrypt(&rctx->fallback_req); in sl3516_ce_cipher_fallback()
/linux/drivers/crypto/ti/
H A Ddthev2-aes.c421 return rctx->enc ? crypto_skcipher_encrypt(subreq) : in dthe_aes_crypt()
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c87 err = crypto_skcipher_encrypt(&rctx->fallback_req); in rk_cipher_fallback()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c170 err = crypto_skcipher_encrypt(&ctx->fallback_req); in sun4i_ss_cipher_poll_fallback()

12