Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 3 of 3) sorted by relevance

/tools/include/uapi/linux/
Dtls.h67 __u16 cipher_type; member
/tools/testing/selftests/net/
Dtls.c36 static void tls_crypto_info_init(uint16_t tls_version, uint16_t cipher_type, in tls_crypto_info_init() argument
41 switch (cipher_type) { in tls_crypto_info_init()
45 tls12->chacha20.info.cipher_type = cipher_type; in tls_crypto_info_init()
50 tls12->aes128.info.cipher_type = cipher_type; in tls_crypto_info_init()
148 uint16_t cipher_type; in FIXTURE_VARIANT() local
154 .cipher_type = TLS_CIPHER_AES_GCM_128,
160 .cipher_type = TLS_CIPHER_AES_GCM_128,
166 .cipher_type = TLS_CIPHER_CHACHA20_POLY1305,
172 .cipher_type = TLS_CIPHER_CHACHA20_POLY1305,
185 tls_crypto_info_init(variant->tls_version, variant->cipher_type, in FIXTURE_SETUP()
[all …]
/tools/testing/selftests/bpf/
Dtest_sockmap.c257 .cipher_type = TLS_CIPHER_AES_GCM_128, in sockmap_init_ktls()
263 .cipher_type = TLS_CIPHER_AES_GCM_128, in sockmap_init_ktls()