Searched refs:crypto_recv (Results 1 – 4 of 4) sorted by relevance
250 memzero_explicit(&ctx->crypto_recv, sizeof(ctx->crypto_recv)); in tls_ctx_free()432 crypto_info = &ctx->crypto_recv.info;
1066 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()
865 &ctx->crypto_recv.info, in tls_set_device_offload_rx()
181 union tls_crypto_context crypto_recv; member