Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/property/
H A 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()
H A Dproperty_parse.c23 DEFINE_STACK_OF(OSSL_PROPERTY_DEFINITION) in DEFINE_STACK_OF()
96 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number()
126 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex()
163 static int parse_oct(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_oct()
194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string()
225 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted()
257 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value()
287 static int pd_compare(const OSSL_PROPERTY_DEFINITION *const *p1, in pd_compare()
288 const OSSL_PROPERTY_DEFINITION *const *p2) in pd_compare()
290 const OSSL_PROPERTY_DEFINITION *pd in pd_compare()
22 DEFINE_STACK_OF(OSSL_PROPERTY_DEFINITION) DEFINE_STACK_OF() argument
[all...]
H A Dproperty_local.h34 OSSL_PROPERTY_DEFINITION properties[1];
/freebsd/crypto/openssl/include/internal/
H A 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);
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_lib.c194 const OSSL_PROPERTY_DEFINITION *prop; in ossl_encoder_instance_new()
H A Ddecoder_lib.c219 const OSSL_PROPERTY_DEFINITION *prop; in ossl_decoder_instance_new()