Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls_main.c333 memzero_explicit(&ctx->crypto_recv, sizeof(ctx->crypto_recv)); in tls_ctx_free()
466 crypto_info = &ctx->crypto_recv.info; in do_tls_getsockopt_conf()
603 alt_crypto_info = &ctx->crypto_recv.info; in do_tls_setsockopt_conf()
605 crypto_info = &ctx->crypto_recv.info; in do_tls_setsockopt_conf()
H A Dtls_device.c894 switch (tls_ctx->crypto_recv.info.cipher_type) { in tls_device_reencrypt()
901 cipher_desc = get_cipher_desc(tls_ctx->crypto_recv.info.cipher_type); in tls_device_reencrypt()
1217 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION) in tls_set_device_offload_rx()
1258 &ctx->crypto_recv.info, in tls_set_device_offload_rx()
1260 info = (void *)&ctx->crypto_recv.info; in tls_set_device_offload_rx()
H A Dtls_sw.c2695 crypto_info = &ctx->crypto_recv.info; in tls_set_sw_offload()
/openbmc/linux/include/net/
H A Dtls.h259 union tls_crypto_context crypto_recv; member