Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/engine/
Deng_fat.c29 if ((flags & ENGINE_METHOD_DH) && !ENGINE_set_default_DH(e)) in ENGINE_set_default()
61 *pflags |= ENGINE_METHOD_DH; in int_def_cb()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dengine.h41 # define ENGINE_METHOD_DH (unsigned int)0x0004 macro