Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_ciph.c30 } ssl_cipher_table; typedef
33 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = {
71 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = {
89 static const ssl_cipher_table ssl_cipher_table_kx[] = {
103 static const ssl_cipher_table ssl_cipher_table_auth[] = {
117 static int ssl_cipher_info_find(const ssl_cipher_table * table, in ssl_cipher_info_find()
325 const ssl_cipher_table *t; in ssl_load_ciphers()