Searched refs:queries (Results 1 – 13 of 13) sorted by relevance
/openssl-master/test/ |
A D | property_test.c | 384 } 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 D | README.md | 22 * ... 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 D | README.txt | 17 The script ocspquery.sh queries the status of the certificates using the
|
/openssl-master/doc/man3/ |
A D | EVP_PKEY_digestsign_supports_digest.pod | 15 The EVP_PKEY_digestsign_supports_digest() function queries whether the message
|
A D | ENGINE_add.pod | 302 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 D | OSSL_PARAM_int.pod | 306 OSSL_PARAM_modified() queries if the parameter I<param> has been set or not
|
/openssl-master/doc/man7/ |
A D | property.pod | 73 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 D | fips_module.pod | 257 default property query is defined then the two queries are merged together and
|
A D | migration_guide.pod | 940 =head3 Fetching algorithms and property queries
|
/openssl-master/doc/internal/man3/ |
A D | OSSL_METHOD_STORE.pod | 80 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 D | openssl-ocsp.pod.in | 83 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 D | README.md | 194 initialised state, so only modification operations (not queries) will cause that
|
/openssl-master/ |
A D | CHANGES.md | 3366 * Add SSL_CIPHER queries for authentication and key-exchange. 14686 * In the `NCONF_...`-based implementations for `CONF_...` queries
|
Completed in 38 milliseconds