Home
last modified time | relevance | path

Searched refs:OSSL_PROPERTY_DEFINITION (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/property/
Dproperty_parse.c22 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 …]
Dproperty_query.c17 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()
Dproperty_local.h34 OSSL_PROPERTY_DEFINITION properties[1];
/third_party/openssl/include/internal/
Dproperty.h24 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/
Dencoder_lib.c189 const OSSL_PROPERTY_DEFINITION *prop; in ossl_encoder_instance_new()
Ddecoder_lib.c219 const OSSL_PROPERTY_DEFINITION *prop; in ossl_decoder_instance_new()