Searched refs:aead_send (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/tls/ |
| H A D | tls_device_fallback.c | 313 aead_req = tls_alloc_aead_request(ctx->aead_send, GFP_ATOMIC); in tls_enc_skb() 341 if (tls_enc_records(aead_req, ctx->aead_send, sg_in, sg_out, aad, iv, in tls_enc_skb() 450 offload_ctx->aead_send = in tls_sw_fallback_init() 452 if (IS_ERR(offload_ctx->aead_send)) { in tls_sw_fallback_init() 453 rc = PTR_ERR(offload_ctx->aead_send); in tls_sw_fallback_init() 455 offload_ctx->aead_send = NULL; in tls_sw_fallback_init() 459 rc = crypto_aead_setkey(offload_ctx->aead_send, in tls_sw_fallback_init() 465 rc = crypto_aead_setauthsize(offload_ctx->aead_send, cipher_desc->tag); in tls_sw_fallback_init() 471 crypto_free_aead(offload_ctx->aead_send); in tls_sw_fallback_init()
|
| H A D | tls_device.c | 206 crypto_free_aead(ctx->aead_send); in tls_device_sk_destruct() 1176 crypto_free_aead(offload_ctx->aead_send); in tls_set_device_offload()
|
| H A D | tls_sw.c | 363 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec() 568 aead_request_set_tfm(aead_req, ctx->aead_send); in tls_do_encryption() 2521 crypto_free_aead(ctx->aead_send); in tls_sw_release_resources_tx() 2765 aead = &sw_ctx_tx->aead_send; in tls_set_sw_offload()
|
| /linux-6.15/include/net/ |
| H A D | tls.h | 96 struct crypto_aead *aead_send; member 154 struct crypto_aead *aead_send; member
|