Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c189 #define SSL_MD_NUM_IDX SSL_MAX_DIGEST macro
190 static const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX]={
197 static int ssl_mac_pkey_id[SSL_MD_NUM_IDX]={
202 static int ssl_mac_secret_size[SSL_MD_NUM_IDX]={
206 static int ssl_handshake_digest_flag[SSL_MD_NUM_IDX]={
600 if ((i < 0) || (i >= SSL_MD_NUM_IDX)) in ssl_cipher_get_evp()
650 if (idx <0||idx>=SSL_MD_NUM_IDX) in ssl_get_handshake_digest()