Home
last modified time | relevance | path

Searched refs:OSSL_PROPERTY_LIST (Results 1 – 14 of 14) sorted by relevance

/openssl-master/include/internal/
A Dproperty.h18 typedef struct ossl_property_list_st OSSL_PROPERTY_LIST; typedef
30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
32 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s,
35 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
36 const OSSL_PROPERTY_LIST *defn);
38 const OSSL_PROPERTY_LIST *prop_list);
40 void ossl_property_free(OSSL_PROPERTY_LIST *p);
44 ossl_property_find_property(const OSSL_PROPERTY_LIST *list,
69 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *ctx,
83 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a,
[all …]
/openssl-master/crypto/property/
A Dproperty_local.h49 void ossl_property_free(OSSL_PROPERTY_LIST *p);
50 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query);
53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
55 OSSL_PROPERTY_LIST *pl);
A Dproperty_parse.c281 static OSSL_PROPERTY_LIST *
286 OSSL_PROPERTY_LIST *r; in stack_to_property_list()
318 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_property()
374 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s, in ossl_parse_query()
378 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_query()
441 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query, in ossl_property_match_count()
442 const OSSL_PROPERTY_LIST *defn) in ossl_property_match_count()
499 void ossl_property_free(OSSL_PROPERTY_LIST *p) in ossl_property_free()
508 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a, in ossl_property_merge()
509 const OSSL_PROPERTY_LIST *b) in ossl_property_merge()
[all …]
A Dproperty_query.c24 ossl_property_find_property(const OSSL_PROPERTY_LIST *list, in ossl_property_find_property()
62 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional()
68 const OSSL_PROPERTY_LIST *prop_list) in ossl_property_is_enabled()
A Ddefn_cache.c27 OSSL_PROPERTY_LIST *defn;
71 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) in ossl_prop_defn_get()
89 OSSL_PROPERTY_LIST *pl) in ossl_prop_defn_set()
A Dproperty.c41 OSSL_PROPERTY_LIST *properties;
79 OSSL_PROPERTY_LIST *list;
109 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *libctx, in ossl_ctx_global_properties()
411 OSSL_PROPERTY_LIST **plp; in ossl_method_store_fetch()
414 OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL; in ossl_method_store_fetch()
/openssl-master/test/
A Dproperty_test.c120 OSSL_PROPERTY_LIST *p = NULL, *q = NULL; in test_property_parse()
139 OSSL_PROPERTY_LIST *p = NULL, *q = NULL, *o = NULL; in test_property_query_value_create()
183 OSSL_PROPERTY_LIST *p = NULL; in test_property_parse_error()
233 OSSL_PROPERTY_LIST *q_global = NULL, *q_local = NULL; in test_property_merge()
234 OSSL_PROPERTY_LIST *q_combined = NULL, *prop = NULL; in test_property_merge()
258 OSSL_PROPERTY_LIST *red, *blue; in test_property_defn_cache()
296 OSSL_PROPERTY_LIST *d = NULL, *q = NULL; in test_definition_compares()
420 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
436 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
468 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
[all …]
/openssl-master/crypto/encode_decode/
A Dencoder_local.h25 OSSL_PROPERTY_LIST *parsed_propdef;
161 const OSSL_PROPERTY_LIST *
163 const OSSL_PROPERTY_LIST *
A Dencoder_lib.c189 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new()
A Ddecoder_meth.c471 const OSSL_PROPERTY_LIST *
A Dencoder_meth.c480 const OSSL_PROPERTY_LIST *
A Ddecoder_lib.c218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new()
/openssl-master/crypto/evp/
A Devp_fetch.c442 OSSL_PROPERTY_LIST *def_prop, in evp_set_parsed_default_properties()
447 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_set_parsed_default_properties()
493 OSSL_PROPERTY_LIST *pl = NULL; in evp_set_default_properties_int()
514 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_default_properties_merge()
515 OSSL_PROPERTY_LIST *pl1, *pl2; in evp_default_properties_merge()
541 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); in evp_default_property_is_enabled()
566 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_get_global_properties_str()
/openssl-master/doc/internal/man3/
A Dossl_global_properties_no_mirrored.pod13 const OSSL_PROPERTY_LIST *list, char *buf,
22 ossl_property_list_to_string() takes a given OSSL_PROPERTY_LIST in I<list> and

Completed in 34 milliseconds