Home
last modified time | relevance | path

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

123

/Linux-v4.19/crypto/
Dcts.c129 return crypto_skcipher_encrypt(subreq); in cts_cbc_encrypt()
166 return crypto_skcipher_encrypt(subreq); in crypto_cts_encrypt()
177 return crypto_skcipher_encrypt(subreq) ?: in crypto_cts_encrypt()
Dalgif_skcipher.c130 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
145 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
Dechainiv.c59 err = crypto_skcipher_encrypt(nreq); in echainiv_encrypt()
Dseqiv.c85 err = crypto_skcipher_encrypt(nreq); in seqiv_aead_encrypt()
Dauthenc.c196 return crypto_skcipher_encrypt(skreq); in crypto_authenc_copy_assoc()
229 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_encrypt()
Dauthencesn.c193 return crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_copy()
227 err = crypto_skcipher_encrypt(skreq); in crypto_authenc_esn_encrypt()
Dsimd.c77 return crypto_skcipher_encrypt(subreq); in simd_skcipher_encrypt()
/Linux-v4.19/net/rxrpc/
Drxkad.c134 crypto_skcipher_encrypt(req); in rxkad_prime_packet_security()
173 crypto_skcipher_encrypt(req); in rxkad_secure_packet_auth()
218 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
234 crypto_skcipher_encrypt(req); in rxkad_secure_packet_encrypt()
285 crypto_skcipher_encrypt(req); in rxkad_secure_packet()
535 crypto_skcipher_encrypt(req); in rxkad_verify_packet()
770 crypto_skcipher_encrypt(req); in rxkad_encrypt_response()
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst17 …skcipher_blocksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_sk…
Dapi-samples.rst25 rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req), &sk->wait);
/Linux-v4.19/drivers/block/
Dcryptoloop.c140 encdecfunc = crypto_skcipher_encrypt; in cryptoloop_transfer()
/Linux-v4.19/drivers/crypto/vmx/
Daes_ctr.c126 ret = crypto_skcipher_encrypt(req); in p8_aes_ctr_crypt()
Daes_xts.c116 ret = enc? crypto_skcipher_encrypt(req) : crypto_skcipher_decrypt(req); in p8_aes_xts_crypt()
Daes_cbc.c107 ret = crypto_skcipher_encrypt(req); in p8_aes_cbc_encrypt()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c56 err = crypto_skcipher_encrypt(subreq); in crypto_fpu_encrypt()
/Linux-v4.19/drivers/net/ppp/
Dppp_mppe.c173 if (crypto_skcipher_encrypt(req)) in mppe_rekey()
432 err = crypto_skcipher_encrypt(req); in mppe_compress()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c148 err = crypto_skcipher_encrypt(req); in prism2_wep_encrypt()
/Linux-v4.19/include/crypto/
Dskcipher.h436 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c153 err = crypto_skcipher_encrypt(req); in prism2_wep_encrypt()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_wep.c170 err = crypto_skcipher_encrypt(req); in lib80211_wep_encrypt()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c86 ret = crypto_skcipher_encrypt(req); in krb5_encrypt()
507 ret = crypto_skcipher_encrypt(desc->req); in encryptor()
714 ret = crypto_skcipher_encrypt(req); in gss_krb5_cts_crypt()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c164 ret = encrypt ? crypto_skcipher_encrypt(subreq) : in ccp_aes_xts_crypt()
/Linux-v4.19/net/mac80211/
Dfils_aead.c138 res = crypto_skcipher_encrypt(req); in aes_siv_encrypt()
/Linux-v4.19/drivers/usb/wusbcore/
Dcrypto.c257 result = crypto_skcipher_encrypt(req); in wusb_ccm_mac()
/Linux-v4.19/net/ceph/
Dcrypto.c246 ret = crypto_skcipher_encrypt(req); in ceph_aes_crypt()

123