/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A 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()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | rxkad.c | 134 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()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H 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() 776 skcipher_request_set_sync_tfm(req, conn->rxkad.cipher); in rxkad_encrypt_response() 1007 skcipher_request_set_sync_tfm(req, rxkad_ci); in rxkad_decrypt_response()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H 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() 455 skcipher_request_set_sync_tfm(req, tfm); in gss_encrypt_xdr_buf() 539 skcipher_request_set_sync_tfm(req, tfm); in gss_decrypt_xdr_buf() 626 skcipher_request_set_sync_tfm(req, cipher); in gss_krb5_cts_crypt() 704 skcipher_request_set_sync_tfm(req, cbc_tfm); in krb5_cbc_cts_encrypt() 764 skcipher_request_set_sync_tfm(req, cbc_tfm); in krb5_cbc_cts_decrypt()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | echainiv.c | 47 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in echainiv_encrypt()
|
H A D | seqiv.c | 71 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in seqiv_aead_encrypt()
|
H A D | authencesn.c | 173 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_esn_copy()
|
H A D | authenc.c | 183 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_copy_assoc()
|
H A D | algif_aead.c | 80 skcipher_request_set_sync_tfm(skreq, null_tfm); in crypto_aead_copy_sgl()
|
H A D | gcm.c | 968 skcipher_request_set_sync_tfm(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | cryptoloop.c | 110 skcipher_request_set_sync_tfm(req, tfm); in cryptoloop_transfer()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | echainiv.c | 47 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in echainiv_encrypt()
|
H A D | seqiv.c | 70 skcipher_request_set_sync_tfm(nreq, ctx->sknull); in seqiv_aead_encrypt()
|
H A D | authenc.c | 182 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_copy_assoc()
|
H A D | authencesn.c | 171 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_esn_copy()
|
H A D | algif_aead.c | 80 skcipher_request_set_sync_tfm(skreq, null_tfm); in crypto_aead_copy_sgl()
|
H A D | gcm.c | 966 skcipher_request_set_sync_tfm(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | skcipher.h | 470 static inline void skcipher_request_set_sync_tfm(struct skcipher_request *req, in skcipher_request_set_sync_tfm() function
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | skcipher.h | 496 static inline void skcipher_request_set_sync_tfm(struct skcipher_request *req, in skcipher_request_set_sync_tfm() function
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | crypto.c | 237 skcipher_request_set_sync_tfm(req, key->tfm); in ceph_aes_crypt()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | crypto.c | 238 skcipher_request_set_sync_tfm(req, key->tfm); in ceph_aes_crypt()
|
/kernel/linux/linux-5.10/net/mac802154/ |
H A 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()
|
/kernel/linux/linux-6.6/net/mac802154/ |
H A D | llsec.c | 635 skcipher_request_set_sync_tfm(req, key->tfm0); in llsec_do_encrypt_unauth() 855 skcipher_request_set_sync_tfm(req, key->tfm0); in llsec_do_decrypt_unauth()
|
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 272 skcipher_request_set_sync_tfm(subreq, ctx->sw_cipher.cipher); in crypto4xx_ctr_crypt()
|
/kernel/linux/linux-6.6/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 272 skcipher_request_set_sync_tfm(subreq, ctx->sw_cipher.cipher); in crypto4xx_ctr_crypt()
|