Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c262 memzero_explicit(&ctx->crypto_send, sizeof(ctx->crypto_send)); in tls_ctx_free()
359 crypto_info = &ctx->crypto_send.info; in do_tls_getsockopt_conf()
480 crypto_info = &ctx->crypto_send.info; in do_tls_setsockopt_conf()
484 alt_crypto_info = &ctx->crypto_send.info; in do_tls_setsockopt_conf()
H A Dtls_device_fallback.c335 memcpy(iv, tls_ctx->crypto_send.aes_gcm_128.salt, in tls_enc_skb()
H A Dtls_device.c1045 crypto_info = &ctx->crypto_send.info; in tls_set_device_offload()
1151 &ctx->crypto_send.info, in tls_set_device_offload()
H A Dtls_sw.c2351 crypto_info = &ctx->crypto_send.info; in tls_set_sw_offload()
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h284 union tls_crypto_context crypto_send; member