Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dtls.h149 struct tls12_crypto_info_chacha20_poly1305 { struct
/Linux-v6.1/net/tls/
Dtls_main.c466 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305 = in do_tls_getsockopt_conf()
468 struct tls12_crypto_info_chacha20_poly1305, in do_tls_getsockopt_conf()
728 optsize = sizeof(struct tls12_crypto_info_chacha20_poly1305); in do_tls_setsockopt_conf()
Dtls_sw.c2582 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305_info; in tls_set_sw_offload()
/Linux-v6.1/include/net/
Dtls.h216 struct tls12_crypto_info_chacha20_poly1305 chacha20_poly1305;
/Linux-v6.1/tools/testing/selftests/net/
Dtls.c31 struct tls12_crypto_info_chacha20_poly1305 chacha20;
47 tls12->len = sizeof(struct tls12_crypto_info_chacha20_poly1305); in tls_crypto_info_init()