Searched refs:skcipher_request_set_sync_tfm (Results  1 – 18 of 18) sorted by relevance
| /Linux-v5.15/net/sunrpc/auth_gss/ | 
| D | gss_krb5_crypto.c | 82 	skcipher_request_set_sync_tfm(req, tfm);  in krb5_encrypt()120 	skcipher_request_set_sync_tfm(req, tfm);  in krb5_decrypt()
 405 	skcipher_request_set_sync_tfm(req, tfm);  in gss_encrypt_xdr_buf()
 489 	skcipher_request_set_sync_tfm(req, tfm);  in gss_decrypt_xdr_buf()
 577 	skcipher_request_set_sync_tfm(req, cipher);  in gss_krb5_cts_crypt()
 687 		skcipher_request_set_sync_tfm(req, aux_cipher);  in gss_krb5_aes_encrypt()
 768 		skcipher_request_set_sync_tfm(req, aux_cipher);  in gss_krb5_aes_decrypt()
 
 | 
| /Linux-v5.15/net/rxrpc/ | 
| D | rxkad.c | 217 	skcipher_request_set_sync_tfm(req, ci);  in rxkad_prime_packet_security()290 	skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher);  in rxkad_secure_packet_auth()
 339 	skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher);  in rxkad_secure_packet_encrypt()
 407 	skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher);  in rxkad_secure_packet()
 473 	skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher);  in rxkad_verify_packet_1()
 564 	skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher);  in rxkad_verify_packet_2()
 646 	skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher);  in rxkad_verify_packet()
 881 	skcipher_request_set_sync_tfm(req, conn->rxkad.cipher);  in rxkad_encrypt_response()
 1144 	skcipher_request_set_sync_tfm(req, rxkad_ci);  in rxkad_decrypt_response()
 
 | 
| /Linux-v5.15/drivers/block/ | 
| D | cryptoloop.c | 110 	skcipher_request_set_sync_tfm(req, tfm);  in cryptoloop_transfer()
 | 
| /Linux-v5.15/crypto/ | 
| D | echainiv.c | 47 		skcipher_request_set_sync_tfm(nreq, ctx->sknull);  in echainiv_encrypt()
 | 
| D | seqiv.c | 71 		skcipher_request_set_sync_tfm(nreq, ctx->sknull);  in seqiv_aead_encrypt()
 | 
| D | algif_aead.c | 80 	skcipher_request_set_sync_tfm(skreq, null_tfm);  in crypto_aead_copy_sgl()
 | 
| D | cryptd.c | 268 	skcipher_request_set_sync_tfm(subreq, child);  in cryptd_skcipher_encrypt()296 	skcipher_request_set_sync_tfm(subreq, child);  in cryptd_skcipher_decrypt()
 
 | 
| D | authenc.c | 183 	skcipher_request_set_sync_tfm(skreq, ctx->null);  in crypto_authenc_copy_assoc()
 | 
| D | authencesn.c | 173 	skcipher_request_set_sync_tfm(skreq, ctx->null);  in crypto_authenc_esn_copy()
 | 
| D | gcm.c | 968 	skcipher_request_set_sync_tfm(nreq, ctx->null);  in crypto_rfc4543_copy_src_to_dst()
 | 
| /Linux-v5.15/include/crypto/ | 
| D | skcipher.h | 470 static inline void skcipher_request_set_sync_tfm(struct skcipher_request *req,  in skcipher_request_set_sync_tfm()  function
 | 
| /Linux-v5.15/net/ceph/ | 
| D | crypto.c | 238 	skcipher_request_set_sync_tfm(req, key->tfm);  in ceph_aes_crypt()
 | 
| /Linux-v5.15/net/mac802154/ | 
| D | llsec.c | 627 	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.15/drivers/crypto/amcc/ | 
| D | crypto4xx_alg.c | 272 		skcipher_request_set_sync_tfm(subreq, ctx->sw_cipher.cipher);  in crypto4xx_ctr_crypt()
 | 
| /Linux-v5.15/drivers/crypto/keembay/ | 
| D | keembay-ocs-aes-core.c | 325 		skcipher_request_set_sync_tfm(subreq, tctx->sw_cipher.sk);  in kmb_ocs_sk_common()
 | 
| /Linux-v5.15/drivers/crypto/axis/ | 
| D | artpec6_crypto.c | 1207 			skcipher_request_set_sync_tfm(subreq, ctx->fallback);  in artpec6_crypto_ctr_crypt()
 | 
| /Linux-v5.15/drivers/crypto/hisilicon/sec2/ | 
| D | sec_crypto.c | 2045 	skcipher_request_set_sync_tfm(subreq, c_ctx->fbtfm);  in sec_skcipher_soft_crypto()
 | 
| /Linux-v5.15/drivers/net/wireless/cisco/ | 
| D | airo.c | 1653 	skcipher_request_set_sync_tfm(req, tfm);  in emmh32_setseed()
 |