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
21 OSSL_PROPERTY_IDX name_idx;
27 OSSL_PROPERTY_IDX str_val; /* String */
41 OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s,
43 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
44 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s,
46 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
H A Dproperty_string.c30 OSSL_PROPERTY_IDX idx;
41 OSSL_PROPERTY_IDX prop_name_idx;
42 OSSL_PROPERTY_IDX prop_value_idx;
120 OSSL_PROPERTY_IDX *pidx) in new_property_string()
137 static OSSL_PROPERTY_IDX ossl_property_string(CRYPTO_RWLOCK *lock, in ossl_property_string()
139 OSSL_PROPERTY_IDX *pidx, in ossl_property_string()
173 OSSL_PROPERTY_IDX idx;
185 OSSL_PROPERTY_IDX idx) in ossl_property_str()
210 OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s, in ossl_property_name()
224 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()
27 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.c55 OSSL_PROPERTY_IDX i, j; in test_property_string()