Home
last modified time | relevance | path

Searched refs:SSL_CIPHER_get_protocol_id (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod19 SSL_CIPHER_get_protocol_id
40 uint32_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c);
107 SSL_CIPHER_get_protocol_id() returns the two-byte ID used in the TLS protocol of the given
180 SSL_CIPHER_get_protocol_id() returns a 2-byte integer representing the TLS
/freebsd/secure/lib/libssl/
H A DVersion.map417 SSL_CIPHER_get_protocol_id;
/freebsd/crypto/openssl/util/
H A Dlibssl.num467 SSL_CIPHER_get_protocol_id 468 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c1938 uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c) in SSL_CIPHER_get_protocol_id() function
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md220 | `SSL_CIPHER_get_protocol_id` | Global | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1643 __owur uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c);
H A Dssl.h.in1596 __owur uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c);
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c6009 return SSL_CIPHER_get_protocol_id(cipher); in tls_connection_get_cipher_suite()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3832 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_get_protocol_id.3