Home
last modified time | relevance | path

Searched refs:TLSEXT_KEX_MODE_KE (Results 1 – 8 of 8) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_trce.c591 {TLSEXT_KEX_MODE_KE, "psk_ke"},
H A Dssl_local.h2053 #define TLSEXT_KEX_MODE_KE 0x00 macro
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_trce.c605 {TLSEXT_KEX_MODE_KE, "psk_ke"},
H A Dssl_local.h2180 #define TLSEXT_KEX_MODE_KE 0x00 macro
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_clnt.c582 || (nodhe && !WPACKET_put_bytes_u8(pkt, TLSEXT_KEX_MODE_KE)) in tls_construct_ctos_psk_kex_modes()
H A Dextensions_srvr.c602 else if (mode == TLSEXT_KEX_MODE_KE in tls_parse_ctos_psk_kex_modes()
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dextensions_srvr.c556 else if (mode == TLSEXT_KEX_MODE_KE in tls_parse_ctos_psk_kex_modes()
H A Dextensions_clnt.c577 || (nodhe && !WPACKET_put_bytes_u8(pkt, TLSEXT_KEX_MODE_KE)) in tls_construct_ctos_psk_kex_modes()