Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c164 #define SSL_ENC_SEED_IDX 11 macro
405 ssl_cipher_methods[SSL_ENC_SEED_IDX] = EVP_get_cipherbyname(SN_seed_cbc); in ssl_load_ciphers()
554 i = SSL_ENC_SEED_IDX; in ssl_cipher_get_evp()
779 *enc |= (ssl_cipher_methods[SSL_ENC_SEED_IDX] == NULL) ? SSL_SEED : 0; in ssl_cipher_get_disabled()