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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c190 #define SSL_MD_NUM_IDX SSL_MAX_DIGEST macro
191 static const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX] = {
200 static int ssl_mac_pkey_id[SSL_MD_NUM_IDX] = {
205 static int ssl_mac_secret_size[SSL_MD_NUM_IDX] = {
209 static int ssl_handshake_digest_flag[SSL_MD_NUM_IDX] = {
621 if ((i < 0) || (i >= SSL_MD_NUM_IDX)) {
678 if (idx < 0 || idx >= SSL_MD_NUM_IDX) {

Completed in 247 milliseconds