Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
DSymbols.list30 SSL_CIPHER_get_kx_nid
Dssl_ciph.c1567 SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c) in SSL_CIPHER_get_kx_nid() function
1580 LSSL_ALIAS(SSL_CIPHER_get_kx_nid);
Dssl.h1121 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
/openbsd/src/regress/lib/libssl/ciphers/
Dcipherstest.c813 if (SSL_CIPHER_get_kx_nid(cipher) != sct->kx_nid) { in test_ssl_ciphers()
816 SSL_CIPHER_get_kx_nid(cipher), sct->kx_nid); in test_ssl_ciphers()