Searched refs:SSL_MD_NUM_IDX (Results 1 – 3 of 3) sorted by relevance
63 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = {128 static const int default_mac_pkey_id[SSL_MD_NUM_IDX] = {333 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) { in ssl_load_ciphers()585 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in ssl_md()2126 for (i = 0; i < SSL_MD_NUM_IDX; i++) { in ssl_get_md_idx()2137 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in SSL_CIPHER_get_handshake_digest()
203 #define SSL_MD_NUM_IDX SSL_MAX_DIGEST macro1159 int ssl_mac_pkey_id[SSL_MD_NUM_IDX];1161 const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX];1162 size_t ssl_mac_secret_size[SSL_MD_NUM_IDX];
4417 for (j = 0; j < SSL_MD_NUM_IDX; j++) in SSL_CTX_free()