Home
last modified time | relevance | path

Searched refs:crypto_send (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/tls/
H A Dtls_device_fallback.c289 get_cipher_desc(tls_ctx->crypto_send.info.cipher_type); in fill_sg_out()
317 cipher_desc = get_cipher_desc(tls_ctx->crypto_send.info.cipher_type); in tls_enc_skb()
327 salt = crypto_info_salt(&tls_ctx->crypto_send.info, cipher_desc); in tls_enc_skb()
H A Dtls_main.c333 memzero_explicit(&ctx->crypto_send, sizeof(ctx->crypto_send)); in tls_ctx_free()
463 crypto_info = &ctx->crypto_send.info; in do_tls_getsockopt_conf()
630 crypto_ctx = &ctx->crypto_send; in do_tls_setsockopt_conf()
634 alt_crypto_info = &ctx->crypto_send.info; in do_tls_setsockopt_conf()
H A Dtls_device.c1086 crypto_info = &ctx->crypto_send.info; in tls_set_device_offload()
1154 &ctx->crypto_send.info, in tls_set_device_offload()
H A Dtls_sw.c2763 crypto_info = &ctx->crypto_send.info; in tls_set_sw_offload()
/linux-6.15/include/net/
H A Dtls.h259 union tls_crypto_context crypto_send; member