Home
last modified time | relevance | path

Searched refs:ENGINE_FLAGS_BY_ID_COPY (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/engine/
Deng_dyn.c244 !ENGINE_set_flags(ret, ENGINE_FLAGS_BY_ID_COPY) || in engine_dynamic()
Deng_list.c387 if (iterator->flags & ENGINE_FLAGS_BY_ID_COPY) { in ENGINE_by_id()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dengine.h82 # define ENGINE_FLAGS_BY_ID_COPY (int)0x0004 macro
/freebsd-12-stable/crypto/openssl/
DCHANGES8552 ENGINE_by_id() if the ENGINE specifies a new flag: ENGINE_FLAGS_BY_ID_COPY.