Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/tls/
A Dtls_main.c282 memzero_explicit(&ctx->crypto_recv, sizeof(ctx->crypto_recv)); in tls_ctx_free()
381 crypto_info = &ctx->crypto_recv.info; in do_tls_getsockopt_conf()
671 alt_crypto_info = &ctx->crypto_recv.info; in do_tls_setsockopt_conf()
673 crypto_info = &ctx->crypto_recv.info; in do_tls_setsockopt_conf()
A Dtls_device.c917 switch (tls_ctx->crypto_recv.info.cipher_type) { in tls_device_reencrypt()
924 cipher_sz = &tls_cipher_size_desc[tls_ctx->crypto_recv.info.cipher_type]; in tls_device_reencrypt()
1260 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
1301 &ctx->crypto_recv.info, in tls_set_device_offload_rx()
1303 info = (void *)&ctx->crypto_recv.info; in tls_set_device_offload_rx()
A Dtls_sw.c2555 crypto_info = &ctx->crypto_recv.info; in tls_set_sw_offload()
/linux-6.3-rc2/include/net/
A Dtls.h274 union tls_crypto_context crypto_recv; member

Completed in 14 milliseconds