Searched refs:OSSL_PROPERTY_LIST (Results 1 – 15 of 15) sorted by relevance
| /src/crypto/openssl/include/internal/ |
| H A D | property.h | 18 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 D | property_local.h | 51 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 D | property_parse.c | 311 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 D | property_query.c | 23 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 D | defn_cache.c | 28 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 D | property.c | 44 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 D | property_test.c | 153 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 D | encoder_local.h | 26 OSSL_PROPERTY_LIST *parsed_propdef; 167 const OSSL_PROPERTY_LIST * 169 const OSSL_PROPERTY_LIST *
|
| H A D | decoder_pkey.c | 226 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 D | decoder_meth.c | 480 const OSSL_PROPERTY_LIST *
|
| H A D | encoder_meth.c | 485 const OSSL_PROPERTY_LIST *
|
| H A D | encoder_lib.c | 216 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new()
|
| H A D | decoder_lib.c | 248 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new()
|
| /src/crypto/openssl/crypto/evp/ |
| H A D | evp_fetch.c | 457 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 D | ossl_global_properties_no_mirrored.pod | 13 const OSSL_PROPERTY_LIST *list, char *buf, 22 ossl_property_list_to_string() takes a given OSSL_PROPERTY_LIST in I<list> and
|