Home
last modified time | relevance | path

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

/third_party/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()
/third_party/openssl/include/openssl/
Dengine.h82 # define ENGINE_FLAGS_BY_ID_COPY (int)0x0004 macro
/third_party/openssl/
DCHANGES8443 ENGINE_by_id() if the ENGINE specifies a new flag: ENGINE_FLAGS_BY_ID_COPY.