Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/engine/
HDeng_fat.c21 if ((flags & ENGINE_METHOD_DIGESTS) && !ENGINE_set_default_digests(e)) in ENGINE_set_default()
70 *pflags |= ENGINE_METHOD_DIGESTS; in int_def_cb()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDengine.h50 # define ENGINE_METHOD_DIGESTS (unsigned int)0x0080 macro