Home
last modified time | relevance | path

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

/freebsd-src/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-src/secure/lib/libssl/
H A DVersion.map417 SSL_CIPHER_get_protocol_id;
/freebsd-src/crypto/openssl/util/
H A Dlibssl.num467 SSL_CIPHER_get_protocol_id 468 3_0_0 EXIST::FUNCTION:
/freebsd-src/crypto/openssl/ssl/
H A Dssl_ciph.c1959 uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c) in SSL_CIPHER_get_protocol_id() function
/freebsd-src/crypto/openssl/include/openssl/
H A Dssl.h1626 __owur uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c);
H A Dssl.h.in1554 __owur uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c);
/freebsd-src/contrib/wpa/src/crypto/
H A Dtls_openssl.c6009 return SSL_CIPHER_get_protocol_id(cipher);
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DMakefile3763 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_get_protocol_id.3