Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/ssl/
Dssl_ciph.c136 #define SSL_ENC_NUM_IDX 12 macro
138 static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX] = {
400 if ((i < 0) || (i >= SSL_ENC_NUM_IDX)) in ssl_cipher_get_evp()