Lines Matching refs:ctx
64 OSSL_LIB_CTX *ctx;
122 static void *ossl_ctx_global_properties_new(OSSL_LIB_CTX *ctx)
250 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx)
256 res->ctx = ctx;
336 if ((impl->properties = ossl_prop_defn_get(store->ctx, properties)) == NULL) {
337 impl->properties = ossl_parse_property(store->ctx, properties);
340 if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) {
531 if (ossl_lib_ctx_is_default(store->ctx)
546 p2 = pq = ossl_parse_query(store->ctx, prop_query, 0);
547 plp = ossl_ctx_global_properties(store->ctx, 0);