ssl_cipher_info_lookup
i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc);
int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac);
int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);
int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth);
int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher,
int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac);