Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_ciph.c103 static const ssl_cipher_table ssl_cipher_table_auth[] = { variable
2139 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()
2143 return ssl_cipher_table_auth[i].nid; in SSL_CIPHER_get_auth_nid()