Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dtls.h149 struct tls12_crypto_info_chacha20_poly1305 { struct
/linux-6.12.1/include/net/
Dtls.h199 struct tls12_crypto_info_chacha20_poly1305 chacha20_poly1305;
/linux-6.12.1/net/tls/
Dtls_main.c106 …CIPHER_DESC_NONCE0(TLS_CIPHER_CHACHA20_POLY1305, tls12_crypto_info_chacha20_poly1305, "rfc7539(cha…
116 CHECK_CIPHER_DESC(TLS_CIPHER_CHACHA20_POLY1305, tls12_crypto_info_chacha20_poly1305);
/linux-6.12.1/tools/testing/selftests/net/
Dtls.c35 struct tls12_crypto_info_chacha20_poly1305 chacha20;
53 tls12->len = sizeof(struct tls12_crypto_info_chacha20_poly1305); in tls_crypto_info_init()