Home
last modified time | relevance | path

Searched refs:OSSL_PROPERTY_IDX (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_local.h14 typedef int OSSL_PROPERTY_IDX; typedef
23 OSSL_PROPERTY_IDX name_idx;
29 OSSL_PROPERTY_IDX str_val; /* String */
43 OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s,
45 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
46 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s,
48 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
H A Dproperty_string.c31 OSSL_PROPERTY_IDX idx;
42 OSSL_PROPERTY_IDX prop_name_idx;
43 OSSL_PROPERTY_IDX prop_value_idx;
126 OSSL_PROPERTY_IDX *pidx) in new_property_string()
143 static OSSL_PROPERTY_IDX ossl_property_string(OSSL_LIB_CTX *ctx, int name, in ossl_property_string()
148 OSSL_PROPERTY_IDX *pidx; in ossl_property_string()
205 OSSL_PROPERTY_IDX idx;
218 OSSL_PROPERTY_IDX idx) in ossl_property_str()
253 OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s, in ossl_property_name()
259 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx) in ossl_property_name_str()
[all …]
H A Dproperty_query.c16 OSSL_PROPERTY_IDX key = *(const OSSL_PROPERTY_IDX *)keyp; in property_idx_cmp()
26 OSSL_PROPERTY_IDX name_idx; in ossl_property_find_property()
H A Dproperty_parse.c57 OSSL_PROPERTY_IDX *idx) in parse_name()
317 OSSL_PROPERTY_IDX prev_name_idx = 0; in stack_to_property_list()
/freebsd/crypto/openssl/test/
H A Dproperty_test.c56 OSSL_PROPERTY_IDX i, j; in test_property_string()