Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c32 } ssl_cipher_table; typedef
35 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = {
63 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = {
81 static const ssl_cipher_table ssl_cipher_table_kx[] = {
95 static const ssl_cipher_table ssl_cipher_table_auth[] = {
109 static int ssl_cipher_info_find(const ssl_cipher_table *table, in ssl_cipher_info_find()
317 const ssl_cipher_table *t; in ssl_load_ciphers()