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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c46 #define SSL_ENC_NUM_IDX 22 macro
56 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = {
81 static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX];
364 for (i = 0, t = ssl_cipher_table_cipher; i < SSL_ENC_NUM_IDX; i++, t++) {
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c33 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = {
330 for (i = 0, t = ssl_cipher_table_cipher; i < SSL_ENC_NUM_IDX; i++, t++) {
H A Dssl_local.h434 # define SSL_ENC_NUM_IDX 24 macro
1192 const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX];
H A Dssl_lib.c3510 for (j = 0; j < SSL_ENC_NUM_IDX; j++)

Completed in 129 milliseconds