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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A 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++) {
589 if (idx < 0 || idx >= SSL_MD_NUM_IDX)
2094 if (idx < 0 || idx >= SSL_MD_NUM_IDX)
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H 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++) {
625 if (idx < 0 || idx >= SSL_MD_NUM_IDX)
2151 if (idx < 0 || idx >= SSL_MD_NUM_IDX)
H A Dssl_local.h270 * When adding new digest in the ssl_ciph.c and increment SSL_MD_NUM_IDX make
290 #define SSL_MD_NUM_IDX SSL_MAX_DIGEST macro
1191 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];
H A Dssl_lib.c3512 for (j = 0; j < SSL_MD_NUM_IDX; j++)

Completed in 285 milliseconds