Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 138) sorted by relevance

123456

/openssl/doc/man7/
H A Dproperty.pod63 A I<property query clause> is a single conditional test.
71 A I<property query> is a sequence of comma separated property query clauses.
72 It is an error if a property name appears in more than one query clause.
93 B<-> is a prefix operator that means any global query clause involving the
110 When an algorithm is looked up, a property query is used to determine
112 All mandatory query clauses B<must> be present and the implementation
113 that additionally has the largest number of matching optional query
127 Two levels of property query are supported.
129 property query.
134 property query by preceding the property name with a '-'.
[all …]
H A DOSSL_PROVIDER-base.pod23 It may be used in a property query string with fetching functions.
25 It isn't mandatory to query for this property, except to make sure to get
38 These may be used in a property query string with fetching functions to select
52 These may be used in a property query string with fetching functions to select
H A DOSSL_PROVIDER-legacy.pod27 It may be used in a property query string with fetching functions such as
29 functions that take a property query string, such as
32 It isn't mandatory to query for any of these properties, except to
/openssl/test/
H A Dprovfetchtest.c240 int query = tst > 3; in fetch_test() local
254 query ? "provider=dummy" : NULL); in fetch_test()
260 query ? "provider=dummy" : NULL); in fetch_test()
266 query ? "provider=dummy" : NULL); in fetch_test()
272 query ? "provider=dummy" : NULL, in fetch_test()
H A Dhttp_test.c255 char *user, *host, *port, *path, *query, *frag; in test_http_url_ok() local
262 &path, &query, &frag)) in test_http_url_ok()
272 if (res && *query != '\0') in test_http_url_ok()
273 res = TEST_str_eq(query, "q"); in test_http_url_ok()
278 OPENSSL_free(query); in test_http_url_ok()
H A Dproperty_test.c111 const char *query; member
160 && TEST_ptr(q = ossl_parse_query(NULL, parser_tests[n].query, 0)) in test_property_parse()
192 int query; member
228 if (parse_error_tests[n].query) { in test_property_parse_error()
337 const char *query; member
362 && TEST_ptr(q = ossl_parse_query(NULL, definition_tests[n].query, 0)) in test_definition_compares()
/openssl/crypto/property/
H A DREADME.md33 the property definitions as almost immutable. Specifically, a query can
51 * A query cache is desirable. This would be a hash table keyed by the
52 algorithm identifier and the entire query string and it would map to
75 contains the property definition and query parsers.
78 for dealing with property lists are also included: comparison of a query
79 against a definition and merging two queries into a single larger query.
83 Algorithms are discovered from their NID and a query string.
86 The caching of query results has to be efficient but it must also be robust
H A Dproperty_query.c62 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional() argument
64 return query->has_optional ? 1 : 0; in ossl_property_has_optional()
H A Dproperty.c51 const char *query; member
188 return OPENSSL_LH_strhash(a->query); in query_hash()
193 int res = strcmp(a->query, b->query); in query_cmp()
705 elem.query = prop_query; in ossl_method_store_cache_get()
744 elem.query = prop_query; in ossl_method_store_cache_set()
754 p->query = p->body; in ossl_method_store_cache_set()
761 memcpy((char *)p->query, prop_query, len + 1); in ossl_method_store_cache_set()
/openssl/crypto/http/
H A Dhttp_lib.c64 const char *query, *query_end; in OSSL_parse_url() local
143 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url()
151 query = p + 1; in OSSL_parse_url()
158 if (query == path_end) /* we did not record a query component */ in OSSL_parse_url()
168 || !copy_substring(pquery, query, query_end) in OSSL_parse_url()
/openssl/doc/man3/
H A DTS_RESP_CTX_new.pod21 library context of I<libctx> and a property query of I<propq>.
22 The library context and property query can be used to select which providers
26 and property query to NULL. This results in the default (NULL) library context
H A Db2i_PVK_bio_ex.pod26 the key. The supplied library context I<libctx> and property query
30 library context and property query string are used.
36 property query string I<propq> are used in any decrypt operation.
39 library context and property query string are used.
H A DX509_STORE_add_cert.pod100 query I<propq> are used when fetching algorithms from providers.
103 uses NULL for the library context I<libctx> and property query I<propq>.
112 property query I<propq> are used when fetching algorithms from providers.
115 uses NULL for the library context I<libctx> and property query I<propq>.
124 but uses NULL for the library context I<libctx> and property query I<propq>.
129 paths. The library context I<libctx> and property query I<propq> are used when
134 context I<libctx> and property query I<propq>.
H A DCTLOG_new.pod33 library context I<libctx> and property query string I<propq>. A name must also
38 library context and the default property query string.
43 will be associated with the given library context I<libctx> and property query
48 property query string are used.
H A DX509_LOOKUP.pod99 query I<propq> are used when fetching algorithms from providers.
107 uses NULL for the library context I<libctx> and property query I<propq>.
111 query I<propq> are used when fetching algorithms from providers.
117 uses NULL for the library context I<libctx> and property query I<propq>.
129 query I<propq> are used when fetching algorithms from providers.
132 uses NULL for the library context I<libctx> and property query I<propq>.
136 B<X509_STORE>. The library context I<libctx> and property query I<propq> are used
142 uses NULL for the library context I<libctx> and property query I<propq>.
H A DASN1_item_d2i_bio.pod45 I<libctx> parameter and the property query string in I<propq>. See
51 OSSL_LIB_CTX is used (i.e. NULL) and with a NULL property query string.
58 B<OSSL_LIB_CTX> provided in the I<libctx> parameter and the property query
63 default B<OSSL_LIB_CTX> is used (i.e. NULL) and with a NULL property query
70 default B<OSSL_LIB_CTX> is used (i.e. NULL) and with a NULL property query
H A DCMS_EnvelopedData_create.pod27 The library context I<libctx> and the property query I<propq> are used when
33 supported. The library context I<libctx> and the property query I<propq> are
48 the library context I<libctx> and the property query I<propq>.
H A DEVP_PKEY_digestsign_supports_digest.pod17 key I<pkey>. The query is done within an optional library context I<libctx> and
18 with an optional property query I<propq>.
H A DPEM_X509_INFO_read_bio_ex.pod32 and empty property query I<propq>.
38 and empty property query I<propq>.
54 The library context I<libctx> and property query I<propq> are used for fetching
H A DEVP_set_default_properties.pod38 query for the given I<libctx>. It merges the fips default property query with any
39 existing query strings that have been set via EVP_set_default_properties().
H A DASN1_item_new.pod21 the I<libctx> parameter and the property query string in I<propq>. See
25 B<OSSL_LIB_CTX> is used (i.e. NULL) and with a NULL property query string.
H A DOCSP_response_status.pod57 the library ctx I<libctx> and the property query string I<propq> (see
61 that the default library context is used with an empty property query string.
70 query string I<propq> (see L<crypto(7)/ALGORITHM FETCHING> for further
74 default library context is used with an empty property query string.
H A DEVP_PKEY_CTX_get0_libctx.pod21 OSSL_LIB_CTX and property query string values respectively that were
31 OSSL_LIB_CTX and property query string associated with the EVP_PKEY_CTX or NULL
/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod11 - implementation method store and query
55 The B<OSSL_METHOD_STORE> also holds an internal query cache, which is accessed
85 that matches the property query I<prop_query>.
97 for a method identified by I<nid> that matches the property query
104 provider I<prov>, with the property query I<prop_query> in the I<store>.
117 empty property definition or query.
/openssl/
H A Dconfigdata.pm.in216 my $query = undef;
228 'query|q=s' => \$query,
236 if (!$query && scalar @ARGV > 0) {
369 if ($query) {
374 my $result = eval "\$confquery->$query";

Completed in 38 milliseconds

123456