Home
last modified time | relevance | path

Searched refs:chacha20_poly1305 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/tls/
Dtls_main.c466 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305 = in do_tls_getsockopt_conf() local
471 if (len != sizeof(*chacha20_poly1305)) { in do_tls_getsockopt_conf()
476 memcpy(chacha20_poly1305->iv, in do_tls_getsockopt_conf()
479 memcpy(chacha20_poly1305->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()
482 if (copy_to_user(optval, chacha20_poly1305, in do_tls_getsockopt_conf()
483 sizeof(*chacha20_poly1305))) in do_tls_getsockopt_conf()
/linux-6.1.9/include/net/
Dtls.h216 struct tls12_crypto_info_chacha20_poly1305 chacha20_poly1305; member