Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dproperty.h18 typedef struct ossl_property_list_st OSSL_PROPERTY_LIST; typedef
31 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
33 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s,
36 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
37 const OSSL_PROPERTY_LIST *defn);
39 const OSSL_PROPERTY_LIST *prop_list);
41 void ossl_property_free(OSSL_PROPERTY_LIST *p);
45 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 …]
/src/crypto/openssl/crypto/property/
H A Dproperty_local.h51 void ossl_property_free(OSSL_PROPERTY_LIST *p);
52 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query);
55 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
57 OSSL_PROPERTY_LIST **pl);
H A Dproperty_parse.c311 static OSSL_PROPERTY_LIST *
316 OSSL_PROPERTY_LIST *r; in stack_to_property_list()
345 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property()
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()
[all …]
H A Dproperty_query.c23 ossl_property_find_property(const OSSL_PROPERTY_LIST *list, in ossl_property_find_property()
61 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional()
67 const OSSL_PROPERTY_LIST *prop_list) in ossl_property_is_enabled()
H A Ddefn_cache.c28 OSSL_PROPERTY_LIST *defn;
67 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) in ossl_prop_defn_get()
91 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()
639 OSSL_PROPERTY_LIST **plp; in ossl_method_store_fetch()
642 OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL; in ossl_method_store_fetch()
/src/crypto/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 …]
/src/crypto/openssl/crypto/encode_decode/
H A Dencoder_local.h26 OSSL_PROPERTY_LIST *parsed_propdef;
167 const OSSL_PROPERTY_LIST *
169 const OSSL_PROPERTY_LIST *
H A Ddecoder_pkey.c226 OSSL_PROPERTY_LIST *pq;
240 const OSSL_PROPERTY_LIST *props; in collect_decoder_keymgmt()
440 OSSL_PROPERTY_LIST **plp; in ossl_decoder_ctx_setup_for_pkey()
441 OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL; in ossl_decoder_ctx_setup_for_pkey()
H A Ddecoder_meth.c480 const OSSL_PROPERTY_LIST *
H A Dencoder_meth.c485 const OSSL_PROPERTY_LIST *
H A Dencoder_lib.c216 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new()
H A Ddecoder_lib.c248 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new()
/src/crypto/openssl/crypto/evp/
H A Devp_fetch.c457 OSSL_PROPERTY_LIST *def_prop, in evp_set_parsed_default_properties()
462 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_set_parsed_default_properties()
514 OSSL_PROPERTY_LIST *pl = NULL; in evp_set_default_properties_int()
535 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_default_properties_merge()
536 OSSL_PROPERTY_LIST *pl1, *pl2; in evp_default_properties_merge()
562 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); in evp_default_property_is_enabled()
587 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_get_global_properties_str()
/src/crypto/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