Home
last modified time | relevance | path

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

/Linux-v5.15/net/tls/
Dtls_main.c261 memzero_explicit(&ctx->crypto_recv, sizeof(ctx->crypto_recv)); in tls_ctx_free()
360 crypto_info = &ctx->crypto_recv.info; in do_tls_getsockopt_conf()
479 alt_crypto_info = &ctx->crypto_recv.info; in do_tls_setsockopt_conf()
481 crypto_info = &ctx->crypto_recv.info; in do_tls_setsockopt_conf()
Dtls_device.c1194 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
1235 &ctx->crypto_recv.info, in tls_set_device_offload_rx()
1237 info = (void *)&ctx->crypto_recv.info; in tls_set_device_offload_rx()
Dtls_sw.c2363 crypto_info = &ctx->crypto_recv.info; in tls_set_sw_offload()
/Linux-v5.15/include/net/
Dtls.h276 union tls_crypto_context crypto_recv; member