Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod69 bitwise OR of TLSEXT_nid_unknown (0x1000000) and the id of the group.
77 is set to the bitwise OR of TLSEXT_nid_unknown (0x1000000) and the id of the
88 bitwise OR of TLSEXT_nid_unknown (0x1000000) and the id of the group.
/freebsd/crypto/openssl/include/openssl/
H A Dtls1.h199 # define TLSEXT_nid_unknown 0x1000000 macro
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3624 cptr[i] = TLSEXT_nid_unknown | clist[i]; in ssl3_ctrl()
4960 if (nid & TLSEXT_nid_unknown) in SSL_group_to_name()
H A Dt1_lib.c469 return TLSEXT_nid_unknown | (int)group_id; in tls1_group_id2nid()