Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_main.c250 memzero_explicit(&ctx->crypto_recv, sizeof(ctx->crypto_recv)); in tls_ctx_free()
432 crypto_info = &ctx->crypto_recv.info;
Dtls_sw.c1066 if (header[1] != TLS_VERSION_MINOR(tls_ctx->crypto_recv.info.version) || in tls_read_size()
1067 header[2] != TLS_VERSION_MAJOR(tls_ctx->crypto_recv.info.version)) { in tls_read_size()
1196 crypto_info = &ctx->crypto_recv.info; in tls_set_sw_offload()
Dtls_device.c865 &ctx->crypto_recv.info, in tls_set_device_offload_rx()
/Linux-v4.19/include/net/
Dtls.h181 union tls_crypto_context crypto_recv; member