Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c164 #define SSL_ENC_SEED_IDX 11 macro
379 ssl_cipher_methods[SSL_ENC_SEED_IDX]= in ssl_load_ciphers()
526 i=SSL_ENC_SEED_IDX; in ssl_cipher_get_evp()
692 *enc |= (ssl_cipher_methods[SSL_ENC_SEED_IDX] == NULL) ? SSL_SEED:0; in ssl_cipher_get_disabled()