Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/engine/
HDeng_fat.c25 if ((flags & ENGINE_METHOD_DSA) && !ENGINE_set_default_DSA(e)) in ENGINE_set_default()
59 *pflags |= ENGINE_METHOD_DSA; in int_def_cb()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDengine.h40 # define ENGINE_METHOD_DSA (unsigned int)0x0002 macro