Home
last modified time | relevance | path

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

/freebsd/crypto/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 …]
/freebsd/crypto/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 * in stack_to_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_merg 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.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()
96 OSSL_PROPERTY_LIST **pl) in ossl_prop_defn_set()
H A Dproperty.c42 OSSL_PROPERTY_LIST *properties;
101 OSSL_PROPERTY_LIST *list;
133 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *libctx, in ossl_ctx_global_properties()
519 OSSL_PROPERTY_LIST **plp; in ossl_method_store_fetch()
522 OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL; in ossl_method_store_fetch()
/freebsd/crypto/openssl/test/
H A Dproperty_test.c124 OSSL_PROPERTY_LIST *p = NULL, *q = NULL; in test_property_parse()
143 OSSL_PROPERTY_LIST *p = NULL, *q = NULL, *o = NULL; in test_property_query_value_create()
191 OSSL_PROPERTY_LIST *p = NULL; in test_property_parse_error()
241 OSSL_PROPERTY_LIST *q_global = NULL, *q_local = NULL; in test_property_merge()
242 OSSL_PROPERTY_LIST *q_combined = NULL, *prop = NULL; in test_property_merge()
266 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; in test_property_defn_cache()
327 OSSL_PROPERTY_LIST *d = NULL, *q = NULL; in test_definition_compares()
451 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
467 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
499 OSSL_PROPERTY_LIST *pq = NULL; in test_property()
[all …]
/freebsd/crypto/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.c519 const OSSL_PROPERTY_LIST *
H A Dencoder_meth.c528 const OSSL_PROPERTY_LIST *
H A Ddecoder_lib.c218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c489 OSSL_PROPERTY_LIST *def_prop, in evp_set_parsed_default_properties()
494 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_set_parsed_default_properties()
540 OSSL_PROPERTY_LIST *pl = NULL; in evp_set_default_properties_int()
561 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_default_properties_merge()
562 OSSL_PROPERTY_LIST *pl1, *pl2; in evp_default_properties_merge()
588 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); in evp_default_property_is_enabled()
613 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_get_global_properties_str()
/freebsd/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