Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_fat.c30 if ((flags & ENGINE_METHOD_DH) && !ENGINE_set_default_DH(e)) in ENGINE_set_default()
62 *pflags |= ENGINE_METHOD_DH; in int_def_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h47 # define ENGINE_METHOD_DH (unsigned int)0x0004 macro