Searched refs:ssl_cipher_table_kx (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/ssl/
H A Dssl_ciph.c89 static const ssl_cipher_table ssl_cipher_table_kx[] = { variable
2131 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);
2135 return ssl_cipher_table_kx[i].nid;

Completed in 162 milliseconds