Searched refs:ssl_cipher_table_cipher (Results 1 – 2 of 2) sorted by relevance
56 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = { variable364 for (i = 0, t = ssl_cipher_table_cipher; i < SSL_ENC_NUM_IDX; i++, t++) { in ssl_load_ciphers()520 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in ssl_cipher_get_evp()2057 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()2060 return ssl_cipher_table_cipher[i].nid; in SSL_CIPHER_get_cipher_nid()
33 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = { variable330 for (i = 0, t = ssl_cipher_table_cipher; i < SSL_ENC_NUM_IDX; i++, t++) { in ssl_load_ciphers()485 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()2114 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()2117 return ssl_cipher_table_cipher[i].nid; in SSL_CIPHER_get_cipher_nid()