Searched refs:engine_openssl_id (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_openssl.c79 static const char *engine_openssl_id = "openssl"; variable
88 if (!ENGINE_set_id(e, engine_openssl_id)
162 if (id && (strcmp(id, engine_openssl_id) != 0))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_openssl.c88 static const char *engine_openssl_id = "openssl"; variable
97 if (!ENGINE_set_id(e, engine_openssl_id)
176 if (id && (strcmp(id, engine_openssl_id) != 0))

Completed in 186 milliseconds