/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | property.h | 18 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_merg [all...] |
/third_party/openssl/include/internal/ |
H A D | property.h | 18 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_merg [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_local.h | 49 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 D | property_query.c | 24 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 D | defn_cache.c | 27 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 D | property.c | 42 OSSL_PROPERTY_LIST *properties; 99 OSSL_PROPERTY_LIST *list; 131 OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *libctx, in ossl_ctx_global_properties() 505 OSSL_PROPERTY_LIST **plp; in ossl_method_store_fetch() 508 OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL; in ossl_method_store_fetch()
|
/third_party/openssl/crypto/property/ |
H A D | property_local.h | 49 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 D | property_query.c | 24 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 D | defn_cache.c | 27 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 D | property.c | 42 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()
|
/third_party/openssl/test/ |
H A D | property_test.c | 120 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() 184 OSSL_PROPERTY_LIST *p = NULL; in test_property_parse_error() 234 OSSL_PROPERTY_LIST *q_global = NULL, *q_local = NULL; in test_property_merge() 235 OSSL_PROPERTY_LIST *q_combined = NULL, *prop = NULL; in test_property_merge() 259 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; in test_property_defn_cache() 320 OSSL_PROPERTY_LIST *d = NULL, *q = NULL; in test_definition_compares() 444 OSSL_PROPERTY_LIST *pq = NULL; in test_property() 460 OSSL_PROPERTY_LIST *pq = NULL; in test_property() 492 OSSL_PROPERTY_LIST *p in test_property() [all...] |
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_local.h | 25 OSSL_PROPERTY_LIST *parsed_propdef; 161 const OSSL_PROPERTY_LIST * 163 const OSSL_PROPERTY_LIST *
|
H A D | decoder_meth.c | 519 const OSSL_PROPERTY_LIST *
|
H A D | encoder_lib.c | 188 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new()
|
H A D | decoder_lib.c | 218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new()
|
H A D | encoder_meth.c | 528 const OSSL_PROPERTY_LIST *
|
/third_party/openssl/crypto/encode_decode/ |
H A D | encoder_local.h | 25 OSSL_PROPERTY_LIST *parsed_propdef; 161 const OSSL_PROPERTY_LIST * 163 const OSSL_PROPERTY_LIST *
|
H A D | decoder_meth.c | 519 const OSSL_PROPERTY_LIST *
|
H A D | encoder_lib.c | 188 const OSSL_PROPERTY_LIST *props; in ossl_encoder_instance_new()
|
H A D | decoder_lib.c | 218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new()
|
H A D | encoder_meth.c | 528 const OSSL_PROPERTY_LIST *
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_fetch.c | 489 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()
|
/third_party/openssl/crypto/evp/ |
H A D | evp_fetch.c | 476 OSSL_PROPERTY_LIST *def_prop, in evp_set_parsed_default_properties() 481 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_set_parsed_default_properties() 527 OSSL_PROPERTY_LIST *pl = NULL; in evp_set_default_properties_int() 548 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_default_properties_merge() 549 OSSL_PROPERTY_LIST *pl1, *pl2; in evp_default_properties_merge() 575 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1); in evp_default_property_is_enabled() 600 OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig); in evp_get_global_properties_str()
|