Searched refs:OSSL_PROPERTY_DEFINITION (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/property/ |
D | property_query.c | 17 const OSSL_PROPERTY_DEFINITION *defn = in property_idx_cmp() 18 (const OSSL_PROPERTY_DEFINITION *)compare; in property_idx_cmp() 23 const OSSL_PROPERTY_DEFINITION * 37 OSSL_PROPERTY_TYPE ossl_property_get_type(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_type() 43 const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_string_value() 52 int64_t ossl_property_get_number_value(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_number_value() 70 const OSSL_PROPERTY_DEFINITION *prop; in ossl_property_is_enabled()
|
D | property_parse.c | 22 DEFINE_STACK_OF(OSSL_PROPERTY_DEFINITION) in DEFINE_STACK_OF() argument 95 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number() 116 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex() 141 static int parse_oct(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_oct() 163 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string() 194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted() 226 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value() 256 static int pd_compare(const OSSL_PROPERTY_DEFINITION *const *p1, in pd_compare() 257 const OSSL_PROPERTY_DEFINITION *const *p2) in pd_compare() 259 const OSSL_PROPERTY_DEFINITION *pd1 = *p1; in pd_compare() [all …]
|
D | property_local.h | 34 OSSL_PROPERTY_DEFINITION properties[1];
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
D | property_query.c | 17 const OSSL_PROPERTY_DEFINITION *defn = in property_idx_cmp() 18 (const OSSL_PROPERTY_DEFINITION *)compare; in property_idx_cmp() 23 const OSSL_PROPERTY_DEFINITION * 37 OSSL_PROPERTY_TYPE ossl_property_get_type(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_type() 43 const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_string_value() 52 int64_t ossl_property_get_number_value(const OSSL_PROPERTY_DEFINITION *prop) in ossl_property_get_number_value() 70 const OSSL_PROPERTY_DEFINITION *prop; in ossl_property_is_enabled()
|
D | property_parse.c | 22 DEFINE_STACK_OF(OSSL_PROPERTY_DEFINITION) in DEFINE_STACK_OF() argument 95 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number() 116 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex() 141 static int parse_oct(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_oct() 163 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string() 194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted() 226 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value() 256 static int pd_compare(const OSSL_PROPERTY_DEFINITION *const *p1, in pd_compare() 257 const OSSL_PROPERTY_DEFINITION *const *p2) in pd_compare() 259 const OSSL_PROPERTY_DEFINITION *pd1 = *p1; in pd_compare() [all …]
|
D | property_local.h | 34 OSSL_PROPERTY_DEFINITION properties[1];
|
/third_party/openssl/include/internal/ |
D | property.h | 24 typedef struct ossl_property_definition_st OSSL_PROPERTY_DEFINITION; typedef 43 const OSSL_PROPERTY_DEFINITION * 46 OSSL_PROPERTY_TYPE ossl_property_get_type(const OSSL_PROPERTY_DEFINITION *prop); 48 const OSSL_PROPERTY_DEFINITION *prop); 49 int64_t ossl_property_get_number_value(const OSSL_PROPERTY_DEFINITION *prop);
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | property.h | 24 typedef struct ossl_property_definition_st OSSL_PROPERTY_DEFINITION; typedef 43 const OSSL_PROPERTY_DEFINITION * 46 OSSL_PROPERTY_TYPE ossl_property_get_type(const OSSL_PROPERTY_DEFINITION *prop); 48 const OSSL_PROPERTY_DEFINITION *prop); 49 int64_t ossl_property_get_number_value(const OSSL_PROPERTY_DEFINITION *prop);
|
/third_party/openssl/crypto/encode_decode/ |
D | encoder_lib.c | 189 const OSSL_PROPERTY_DEFINITION *prop; in ossl_encoder_instance_new()
|
D | decoder_lib.c | 219 const OSSL_PROPERTY_DEFINITION *prop; in ossl_decoder_instance_new()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
D | encoder_lib.c | 189 const OSSL_PROPERTY_DEFINITION *prop; in ossl_encoder_instance_new()
|
D | decoder_lib.c | 219 const OSSL_PROPERTY_DEFINITION *prop; in ossl_decoder_instance_new()
|