Searched refs:ossl_property_is_enabled (Results 1 – 3 of 3) sorted by relevance
67 int ossl_property_is_enabled(OSSL_LIB_CTX *ctx, const char *property_name, in ossl_property_is_enabled() function
37 int ossl_property_is_enabled(OSSL_LIB_CTX *ctx, const char *property_name,
537 return plp != NULL && ossl_property_is_enabled(libctx, prop_name, *plp); in evp_default_property_is_enabled()
Completed in 10 milliseconds