Searched refs:ENGINE_SCHEME_COLON (Results 1 – 3 of 3) sorted by relevance
74 if (OPENSSL_strncasecmp(p, ENGINE_SCHEME_COLON, sizeof(ENGINE_SCHEME_COLON) - 1) in engine_open()77 p += sizeof(ENGINE_SCHEME_COLON) - 1; in engine_open()
117 sizeof(ENGINE_SCHEME_COLON) - 1 in make_engine_uri()126 OPENSSL_strlcpy(new_uri, ENGINE_SCHEME_COLON, uri_sz); in make_engine_uri()
16 # define ENGINE_SCHEME_COLON (ENGINE_SCHEME ":") macro