Home
last modified time | relevance | path

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

/openssl-master/test/
A Dproperty_test.c384 } queries[] = { in test_property() local
418 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
423 queries[i].nid, queries[i].prop, in test_property()
425 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property()
435 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
439 if (queries[i].prov == &fake_prov1) { in test_property()
441 queries[i].nid, in test_property()
442 queries[i].prop, in test_property()
467 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
471 if (queries[i].prov == &fake_prov2) { in test_property()
[all …]
/openssl-master/crypto/property/
A DREADME.md22 * ... property queries are very common. These must be fast.
24 * Property queries come from a small set and are reused many times typically.
25 I.e. an application tends to use the same set of queries over and over,
26 rather than spanning a wide variety of queries.
28 * Property queries can never add new property definitions.
32 * That definition is uncommon and queries are very common, we can treat
79 against a definition and merging two queries into a single larger query.
/openssl-master/demos/certs/
A DREADME.txt17 The script ocspquery.sh queries the status of the certificates using the
/openssl-master/doc/man3/
A DEVP_PKEY_digestsign_supports_digest.pod15 The EVP_PKEY_digestsign_supports_digest() function queries whether the message
A DENGINE_add.pod302 also cache another reference to speed up processing future queries (without
304 response if no ENGINE was available so that future queries won't repeat the
521 queries. An ENGINE has 3 properties it exposes that can affect how this behaves;
A DOSSL_PARAM_int.pod306 OSSL_PARAM_modified() queries if the parameter I<param> has been set or not
/openssl-master/doc/man7/
A Dproperty.pod73 The full syntax for property queries appears below, but the available syntactic
123 exactly equivalent to "my.property=yes" in both definitions and queries.
130 Where both the context and local queries include a clause with the same name,
A Dfips_module.pod257 default property query is defined then the two queries are merged together and
A Dmigration_guide.pod940 =head3 Fetching algorithms and property queries
/openssl-master/doc/internal/man3/
A DOSSL_METHOD_STORE.pod80 ossl_method_store_fetch() queries I<store> for a method identified by I<nid>
91 ossl_method_store_cache_get() queries the cache associated with the I<store>
/openssl-master/doc/man1/
A Dopenssl-ocsp.pod.in83 to print out requests and responses, create requests and send queries
458 queries. It also handles requests serially meaning it cannot respond to
/openssl-master/crypto/engine/
A DREADME.md194 initialised state, so only modification operations (not queries) will cause that
/openssl-master/
A DCHANGES.md3366 * Add SSL_CIPHER queries for authentication and key-exchange.
14686 * In the `NCONF_...`-based implementations for `CONF_...` queries

Completed in 38 milliseconds