Home
last modified time | relevance | path

Searched refs:aead_send (Results 1 – 4 of 4) sorted by relevance

/linux/net/tls/
A Dtls_device_fallback.c321 aead_req = tls_alloc_aead_request(ctx->aead_send, GFP_ATOMIC); in tls_enc_skb()
350 if (tls_enc_records(aead_req, ctx->aead_send, sg_in, sg_out, aad, iv, in tls_enc_skb()
454 offload_ctx->aead_send = in tls_sw_fallback_init()
456 if (IS_ERR(offload_ctx->aead_send)) { in tls_sw_fallback_init()
457 rc = PTR_ERR(offload_ctx->aead_send); in tls_sw_fallback_init()
459 offload_ctx->aead_send = NULL; in tls_sw_fallback_init()
465 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
470 rc = crypto_aead_setauthsize(offload_ctx->aead_send, in tls_sw_fallback_init()
477 crypto_free_aead(offload_ctx->aead_send); in tls_sw_fallback_init()
A Dtls_device.c193 crypto_free_aead(ctx->aead_send); in tls_device_sk_destruct()
1174 crypto_free_aead(offload_ctx->aead_send); in tls_set_device_offload()
A Dtls_sw.c335 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
531 aead_request_set_tfm(aead_req, ctx->aead_send); in tls_do_encryption()
2219 crypto_free_aead(ctx->aead_send); in tls_sw_release_resources_tx()
2382 aead = &sw_ctx_tx->aead_send; in tls_set_sw_offload()
/linux/include/net/
A Dtls.h131 struct crypto_aead *aead_send; member
173 struct crypto_aead *aead_send; member

Completed in 15 milliseconds