Searched refs:skcipher_request_set_sync_tfm (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/net/rxrpc/ |
A D | rxkad.c | 217 skcipher_request_set_sync_tfm(req, ci); in rxkad_prime_packet_security() 278 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_secure_packet_auth() 324 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_secure_packet_encrypt() 371 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_secure_packet() 435 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_verify_packet_1() 513 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_verify_packet_2() 584 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_verify_packet() 774 skcipher_request_set_sync_tfm(req, conn->rxkad.cipher); in rxkad_encrypt_response() 1005 skcipher_request_set_sync_tfm(req, rxkad_ci); in rxkad_decrypt_response()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | gss_krb5_crypto.c | 130 skcipher_request_set_sync_tfm(req, tfm); in krb5_encrypt() 184 skcipher_request_set_sync_tfm(req, tfm); in krb5_decrypt() 453 skcipher_request_set_sync_tfm(req, tfm); in gss_encrypt_xdr_buf() 537 skcipher_request_set_sync_tfm(req, tfm); in gss_decrypt_xdr_buf() 624 skcipher_request_set_sync_tfm(req, cipher); in gss_krb5_cts_crypt() 692 skcipher_request_set_sync_tfm(req, cbc_tfm); in krb5_cbc_cts_encrypt() 752 skcipher_request_set_sync_tfm(req, cbc_tfm); in krb5_cbc_cts_decrypt()
|
/linux-6.3-rc2/crypto/ |
A D | echainiv.c | 47 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in echainiv_encrypt()
|
A D | seqiv.c | 70 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in seqiv_aead_encrypt()
|
A D | algif_aead.c | 80 skcipher_request_set_sync_tfm(skreq, null_tfm); in crypto_aead_copy_sgl()
|
A D | authencesn.c | 171 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_esn_copy()
|
A D | authenc.c | 182 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_copy_assoc()
|
A D | gcm.c | 966 skcipher_request_set_sync_tfm(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
|
/linux-6.3-rc2/include/crypto/ |
A D | skcipher.h | 474 static inline void skcipher_request_set_sync_tfm(struct skcipher_request *req, in skcipher_request_set_sync_tfm() function
|
/linux-6.3-rc2/net/ceph/ |
A D | crypto.c | 238 skcipher_request_set_sync_tfm(req, key->tfm); in ceph_aes_crypt()
|
/linux-6.3-rc2/net/mac802154/ |
A D | llsec.c | 627 skcipher_request_set_sync_tfm(req, key->tfm0); in llsec_do_encrypt_unauth() 847 skcipher_request_set_sync_tfm(req, key->tfm0); in llsec_do_decrypt_unauth()
|
/linux-6.3-rc2/drivers/crypto/amcc/ |
A D | crypto4xx_alg.c | 272 skcipher_request_set_sync_tfm(subreq, ctx->sw_cipher.cipher); in crypto4xx_ctr_crypt()
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-aes-core.c | 325 skcipher_request_set_sync_tfm(subreq, tctx->sw_cipher.sk); in kmb_ocs_sk_common()
|
/linux-6.3-rc2/drivers/crypto/axis/ |
A D | artpec6_crypto.c | 1207 skcipher_request_set_sync_tfm(subreq, ctx->fallback); in artpec6_crypto_ctr_crypt()
|
/linux-6.3-rc2/drivers/crypto/hisilicon/sec2/ |
A D | sec_crypto.c | 2092 skcipher_request_set_sync_tfm(subreq, c_ctx->fbtfm); in sec_skcipher_soft_crypto()
|
/linux-6.3-rc2/drivers/net/wireless/cisco/ |
A D | airo.c | 1653 skcipher_request_set_sync_tfm(req, tfm); in emmh32_setseed()
|
Completed in 46 milliseconds