Home
last modified time | relevance | path

Searched refs:ssl_cipher_table_auth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c134 static const ssl_cipher_table ssl_cipher_table_auth[] = { variable
2083 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()
2087 return ssl_cipher_table_auth[i].nid; in SSL_CIPHER_get_auth_nid()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c103 static const ssl_cipher_table ssl_cipher_table_auth[] = { variable
2140 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()
2144 return ssl_cipher_table_auth[i].nid; in SSL_CIPHER_get_auth_nid()