Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_capi.c105 static const char *engine_capi_id = "capi"; variable
543 if (!ENGINE_set_id(e, engine_capi_id) in bind_capi()
575 if (id && (strcmp(id, engine_capi_id) != 0)) in bind_helper()