Searched refs:query (Results 1 – 8 of 8) sorted by relevance
| /crypto/property/ |
| A D | README.md | 33 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
|
| A D | property.c | 52 const char *query; member 189 return OPENSSL_LH_strhash(a->query); in query_hash() 194 int res = strcmp(a->query, b->query); in query_cmp() 860 elem.query = prop_query; in ossl_method_store_cache_get() 899 elem.query = prop_query; in ossl_method_store_cache_set() 909 p->query = p->body; in ossl_method_store_cache_set() 916 memcpy((char *)p->query, prop_query, len + 1); in ossl_method_store_cache_set()
|
| A D | property_query.c | 62 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()
|
| A D | property_local.h | 50 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query);
|
| A D | property_parse.c | 471 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query, in ossl_property_match_count() argument 474 const OSSL_PROPERTY_DEFINITION *const q = query->properties; in ossl_property_match_count() 479 while (i < query->num_properties) { in ossl_property_match_count()
|
| /crypto/http/ |
| A D | http_lib.c | 64 const char *query, *query_end; in OSSL_parse_url() local 137 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url() 145 query = p + 1; in OSSL_parse_url() 152 if (query == path_end) /* we did not record a query component */ in OSSL_parse_url() 162 || !copy_substring(pquery, query, query_end) in OSSL_parse_url()
|
| /crypto/evp/ |
| A D | evp_fetch.c | 573 const char *query = (enable != 0) ? "fips=yes" : "-fips"; in evp_default_properties_enable_fips_int() local 575 return evp_default_properties_merge(libctx, query, loadconfig); in evp_default_properties_enable_fips_int()
|
| /crypto/err/ |
| A D | openssl.txt | 741 EVP_R_DEFAULT_QUERY_PARSE_ERROR:210:default query parse error 916 OSSL_ENCODER_R_INCORRECT_PROPERTY_QUERY:100:incorrect property query 1225 RAND_R_INVALID_PROPERTY_QUERY:137:invalid property query
|
Completed in 51 milliseconds