Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_fat.c19 if ((flags & ENGINE_METHOD_CIPHERS) && !ENGINE_set_default_ciphers(e)) in ENGINE_set_default()
68 *pflags |= ENGINE_METHOD_CIPHERS; in int_def_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h49 # define ENGINE_METHOD_CIPHERS (unsigned int)0x0040 macro