Home
last modified time | relevance | path

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

/openssl-master/ssl/
A Dssl_ciph.c71 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()
620 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in ssl_md()
2144 if (idx < 0 || idx >= SSL_MD_NUM_IDX) in SSL_CIPHER_get_handshake_digest()
A Dssl_local.h290 #define SSL_MD_NUM_IDX SSL_MAX_DIGEST macro
1185 int ssl_mac_pkey_id[SSL_MD_NUM_IDX];
1187 const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX];
1188 size_t ssl_mac_secret_size[SSL_MD_NUM_IDX];
A Dssl_lib.c3454 for (j = 0; j < SSL_MD_NUM_IDX; j++) in SSL_CTX_free()

Completed in 26 milliseconds