Home
last modified time | relevance | path

Searched refs:SSL_MD_NUM_IDX (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/ssl/
Dssl_ciph.c98 #define SSL_MD_NUM_IDX SSL_MAX_DIGEST macro
101 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = {
116 static const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX] = {
167 static int ssl_mac_pkey_id[SSL_MD_NUM_IDX] = {
178 static size_t ssl_mac_secret_size[SSL_MD_NUM_IDX];
375 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) { in ssl_load_ciphers()
589 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in ssl_md()
2096 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in SSL_CIPHER_get_handshake_digest()