Searched refs:OSSL_PROPERTY_IDX (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/property/ |
H A D | property_local.h | 14 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 D | property_string.c | 31 OSSL_PROPERTY_IDX idx; 42 OSSL_PROPERTY_IDX prop_name_idx; 43 OSSL_PROPERTY_IDX prop_value_idx; 125 OSSL_PROPERTY_IDX *pidx) in new_property_string() 142 static OSSL_PROPERTY_IDX ossl_property_string(OSSL_LIB_CTX *ctx, int name, in ossl_property_string() 147 OSSL_PROPERTY_IDX *pidx; in ossl_property_string() 204 OSSL_PROPERTY_IDX idx; 217 OSSL_PROPERTY_IDX idx) in ossl_property_str() 251 OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s, in ossl_property_name() 257 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx) in ossl_property_name_str() [all …]
|
H A D | property_query.c | 16 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 D | property_parse.c | 57 OSSL_PROPERTY_IDX *idx) in parse_name() 317 OSSL_PROPERTY_IDX prev_name_idx = 0; in stack_to_property_list()
|
/openssl/test/ |
H A D | property_test.c | 56 OSSL_PROPERTY_IDX i, j; in test_property_string()
|
Completed in 11 milliseconds