Home
last modified time | relevance | path

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

/openssl/include/internal/
H 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,
75 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *ctx,
89 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a,
[all …]
/openssl/crypto/property/
H 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);
H A Dproperty_parse.c311 static OSSL_PROPERTY_LIST *
316 OSSL_PROPERTY_LIST *r; in stack_to_property_list()
348 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_property()
404 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s, in ossl_parse_query()
408 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_query()
471 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query, in ossl_property_match_count()
472 const OSSL_PROPERTY_LIST *defn) in ossl_property_match_count()
529 void ossl_property_free(OSSL_PROPERTY_LIST *p) in ossl_property_free()
538 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a, in ossl_property_merge()
539 const OSSL_PROPERTY_LIST *b) in ossl_property_merge()
[all …]
H 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()
H A Ddefn_cache.c28 OSSL_PROPERTY_LIST *defn;
66 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) in ossl_prop_defn_get()
90 OSSL_PROPERTY_LIST **pl) in ossl_prop_defn_set()
H A Dproperty.c44 OSSL_PROPERTY_LIST *properties;
103 OSSL_PROPERTY_LIST *list;
129 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *libctx, in ossl_ctx_global_properties()
621 OSSL_PROPERTY_LIST **plp; in ossl_method_store_fetch()
624 OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL; in ossl_method_store_fetch()
/openssl/crypto/encode_decode/
H A Dencoder_local.h25 OSSL_PROPERTY_LIST *parsed_propdef;
161 const OSSL_PROPERTY_LIST *
163 const OSSL_PROPERTY_LIST *
H A Dencoder_lib.c193 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new()
H A Ddecoder_meth.c474 const OSSL_PROPERTY_LIST *
H A Dencoder_meth.c483 const OSSL_PROPERTY_LIST *
H A Ddecoder_lib.c219 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new()
/openssl/test/
H A Dproperty_test.c153 OSSL_PROPERTY_LIST *p = NULL, *q = NULL; in test_property_parse()
172 OSSL_PROPERTY_LIST *p = NULL, *q = NULL, *o = NULL; in test_property_query_value_create()
220 OSSL_PROPERTY_LIST *p = NULL; in test_property_parse_error()
270 OSSL_PROPERTY_LIST *q_global = NULL, *q_local = NULL; in test_property_merge()
271 OSSL_PROPERTY_LIST *q_combined = NULL, *prop = NULL; in test_property_merge()
295 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; in test_property_defn_cache()
356 OSSL_PROPERTY_LIST *d = NULL, *q = NULL; in test_definition_compares()
480 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
496 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
528 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
[all …]
/openssl/crypto/evp/
H A Devp_fetch.c431 OSSL_PROPERTY_LIST *def_prop, in evp_set_parsed_default_properties()
436 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_set_parsed_default_properties()
487 OSSL_PROPERTY_LIST *pl = NULL; in evp_set_default_properties_int()
508 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_default_properties_merge()
509 OSSL_PROPERTY_LIST *pl1, *pl2; in evp_default_properties_merge()
535 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); in evp_default_property_is_enabled()
560 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_get_global_properties_str()
/openssl/doc/internal/man3/
H 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
/openssl/crypto/rand/
H A Drand_lib.c548 OSSL_PROPERTY_LIST *pl1, *pl2, *pl3 = NULL; in rand_new_seed()

Completed in 33 milliseconds