Home
last modified time | relevance | path

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

/openssl-master/crypto/property/
A Dproperty.c408 int nid, const char *prop_query, in ossl_method_store_fetch() argument
436 if (prop_query != NULL) in ossl_method_store_fetch()
437 p2 = pq = ossl_parse_query(store->ctx, prop_query, 0); in ossl_method_store_fetch()
593 int nid, const char *prop_query, void **method) in ossl_method_store_cache_get() argument
608 elem.query = prop_query != NULL ? prop_query : ""; in ossl_method_store_cache_get()
623 int nid, const char *prop_query, void *method, in ossl_method_store_cache_set() argument
634 if (prop_query == NULL) in ossl_method_store_cache_set()
649 elem.query = prop_query; in ossl_method_store_cache_set()
657 p = OPENSSL_malloc(sizeof(*p) + (len = strlen(prop_query))); in ossl_method_store_cache_set()
666 memcpy((char *)p->query, prop_query, len + 1); in ossl_method_store_cache_set()
/openssl-master/include/internal/
A Dproperty.h65 int nid, const char *prop_query,
74 int nid, const char *prop_query, void **result);
76 int nid, const char *prop_query, void *result,
/openssl-master/doc/internal/man3/
A DOSSL_METHOD_STORE.pod32 int nid, const char *prop_query, void **method);
34 int nid, const char *prop_query, void *method,
81 that matches the property query I<prop_query>.
93 I<prop_query>.
99 provider I<prov>, with the property query I<prop_query> in the I<store>.

Completed in 12 milliseconds