Home
last modified time | relevance | path

Searched refs:skcipher_request_set_sync_tfm (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.4/net/rxrpc/
Drxkad.c134 skcipher_request_set_sync_tfm(req, conn->cipher); in rxkad_prime_packet_security()
202 skcipher_request_set_sync_tfm(req, call->conn->cipher); in rxkad_secure_packet_auth()
245 skcipher_request_set_sync_tfm(req, call->conn->cipher); in rxkad_secure_packet_encrypt()
315 skcipher_request_set_sync_tfm(req, call->conn->cipher); in rxkad_secure_packet()
383 skcipher_request_set_sync_tfm(req, call->conn->cipher); in rxkad_verify_packet_1()
475 skcipher_request_set_sync_tfm(req, call->conn->cipher); in rxkad_verify_packet_2()
558 skcipher_request_set_sync_tfm(req, call->conn->cipher); in rxkad_verify_packet()
797 skcipher_request_set_sync_tfm(req, conn->cipher); in rxkad_encrypt_response()
1072 skcipher_request_set_sync_tfm(req, rxkad_ci); in rxkad_decrypt_response()
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c82 skcipher_request_set_sync_tfm(req, tfm); in krb5_encrypt()
120 skcipher_request_set_sync_tfm(req, tfm); in krb5_decrypt()
539 skcipher_request_set_sync_tfm(req, tfm); in gss_encrypt_xdr_buf()
623 skcipher_request_set_sync_tfm(req, tfm); in gss_decrypt_xdr_buf()
711 skcipher_request_set_sync_tfm(req, cipher); in gss_krb5_cts_crypt()
821 skcipher_request_set_sync_tfm(req, aux_cipher); in gss_krb5_aes_encrypt()
902 skcipher_request_set_sync_tfm(req, aux_cipher); in gss_krb5_aes_decrypt()
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c140 skcipher_request_set_sync_tfm(req, wep->tx_tfm); in prism2_wep_encrypt()
197 skcipher_request_set_sync_tfm(req, wep->rx_tfm); in prism2_wep_decrypt()
Dieee80211_crypt_tkip.c347 skcipher_request_set_sync_tfm(req, tkey->tx_tfm_arc4); in ieee80211_tkip_encrypt()
440 skcipher_request_set_sync_tfm(req, tkey->rx_tfm_arc4); in ieee80211_tkip_decrypt()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c146 skcipher_request_set_sync_tfm(req, wep->tx_tfm); in prism2_wep_encrypt()
202 skcipher_request_set_sync_tfm(req, wep->rx_tfm); in prism2_wep_decrypt()
Drtllib_crypt_tkip.c347 skcipher_request_set_sync_tfm(req, tkey->tx_tfm_arc4); in rtllib_tkip_encrypt()
445 skcipher_request_set_sync_tfm(req, tkey->rx_tfm_arc4); in rtllib_tkip_decrypt()
/Linux-v5.4/drivers/block/
Dcryptoloop.c110 skcipher_request_set_sync_tfm(req, tfm); in cryptoloop_transfer()
/Linux-v5.4/crypto/
Dechainiv.c47 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in echainiv_encrypt()
Dseqiv.c73 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in seqiv_aead_encrypt()
Dcryptd.c296 skcipher_request_set_sync_tfm(subreq, child); in cryptd_skcipher_encrypt()
324 skcipher_request_set_sync_tfm(subreq, child); in cryptd_skcipher_decrypt()
Dalgif_aead.c80 skcipher_request_set_sync_tfm(skreq, null_tfm); in crypto_aead_copy_sgl()
Dauthenc.c193 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_copy_assoc()
Dauthencesn.c183 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_esn_copy()
Dgcm.c1028 skcipher_request_set_sync_tfm(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c210 skcipher_request_set_sync_tfm(req, sctx->fallback.blk); in fallback_blk_dec()
229 skcipher_request_set_sync_tfm(req, sctx->fallback.blk); in fallback_blk_enc()
479 skcipher_request_set_sync_tfm(req, xts_ctx->fallback); in xts_fallback_decrypt()
498 skcipher_request_set_sync_tfm(req, xts_ctx->fallback); in xts_fallback_encrypt()
/Linux-v5.4/include/crypto/
Dskcipher.h473 static inline void skcipher_request_set_sync_tfm(struct skcipher_request *req, in skcipher_request_set_sync_tfm() function
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c154 skcipher_request_set_sync_tfm(subreq, ctx->u.aes.tfm_skcipher); in ccp_aes_xts_crypt()
/Linux-v5.4/drivers/crypto/
Dsahara.c668 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in sahara_aes_ecb_encrypt()
690 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in sahara_aes_ecb_decrypt()
712 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in sahara_aes_cbc_encrypt()
734 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in sahara_aes_cbc_decrypt()
Dmxs-dcp.c432 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in mxs_dcp_block_fallback()
Domap-aes.c523 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in omap_aes_crypt()
/Linux-v5.4/net/ceph/
Dcrypto.c237 skcipher_request_set_sync_tfm(req, key->tfm); in ceph_aes_crypt()
/Linux-v5.4/drivers/crypto/qce/
Dablkcipher.c226 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in qce_ablkcipher_crypt()
/Linux-v5.4/net/mac802154/
Dllsec.c627 skcipher_request_set_sync_tfm(req, key->tfm0); in llsec_do_encrypt_unauth()
844 skcipher_request_set_sync_tfm(req, key->tfm0); in llsec_do_decrypt_unauth()
/Linux-v5.4/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c126 skcipher_request_set_sync_tfm(subreq, op->fallback_tfm); in sun4i_ss_cipher_poll_fallback()
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_alg.c275 skcipher_request_set_sync_tfm(subreq, ctx->sw_cipher.cipher); in crypto4xx_ctr_crypt()

12