Searched refs:SSL_MD_NUM_IDX (Results 1 – 3 of 3) sorted by relevance
71 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = {136 static const int default_mac_pkey_id[SSL_MD_NUM_IDX] = {341 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) { in ssl_load_ciphers()624 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in ssl_md()2150 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in SSL_CIPHER_get_handshake_digest()
290 #define SSL_MD_NUM_IDX SSL_MAX_DIGEST macro1191 int ssl_mac_pkey_id[SSL_MD_NUM_IDX];1193 const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX];1194 size_t ssl_mac_secret_size[SSL_MD_NUM_IDX];
3493 for (j = 0; j < SSL_MD_NUM_IDX; j++) in SSL_CTX_free()