Home
last modified time | relevance | path

Searched refs:crypto_send (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/net/
Dtls.h180 union tls_crypto_context crypto_send; member
369 buf[1] = TLS_VERSION_MINOR(ctx->crypto_send.info.version); in tls_fill_prepend()
370 buf[2] = TLS_VERSION_MAJOR(ctx->crypto_send.info.version); in tls_fill_prepend()
/Linux-v4.19/net/tls/
Dtls_main.c249 memzero_explicit(&ctx->crypto_send, sizeof(ctx->crypto_send)); in tls_ctx_free()
343 crypto_info = &ctx->crypto_send.info;
430 crypto_info = &ctx->crypto_send.info;
Dtls_device.c689 crypto_info = &ctx->crypto_send.info; in tls_set_device_offload()
783 &ctx->crypto_send.info, in tls_set_device_offload()
Dtls_device_fallback.c323 memcpy(iv, tls_ctx->crypto_send.aes_gcm_128.salt, in tls_enc_skb()
Dtls_sw.c1191 crypto_info = &ctx->crypto_send.info; in tls_set_sw_offload()