Home
last modified time | relevance | path

Searched refs:ossl_property_value (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dproperty_test.c81 && TEST_int_eq(ossl_property_value(ctx, "fnord", 0), 0) in test_property_string()
82 && TEST_int_ne(i = ossl_property_value(ctx, "no", 0), 0) in test_property_string()
83 && TEST_int_ne(j = ossl_property_value(ctx, "yes", 0), 0) in test_property_string()
85 && TEST_int_eq(ossl_property_value(ctx, "yes", 1), j) in test_property_string()
86 && TEST_int_eq(ossl_property_value(ctx, "no", 1), i) in test_property_string()
87 && TEST_int_ne(i = ossl_property_value(ctx, "illuminati", 1), 0) in test_property_string()
88 && TEST_int_eq(j = ossl_property_value(ctx, "fnord", 1), i + 1) in test_property_string()
89 && TEST_int_eq(ossl_property_value(ctx, "fnord", 1), j) in test_property_string()
100 && TEST_int_eq(ossl_property_value(ctx, "cold", 0), 0) in test_property_string()
102 ossl_property_value(ctx, "fnord", 0))) in test_property_string()
/openssl/crypto/property/
H A Dproperty_local.h44 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s,
H A Dproperty_parse.c217 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string()
249 else if ((res->v.str_val = ossl_property_value(ctx, v, create)) == 0) in parse_unquoted()
596 if ((ossl_property_value(ctx, "yes", 1) != OSSL_PROPERTY_TRUE) in ossl_property_parse_init()
597 || (ossl_property_value(ctx, "no", 1) != OSSL_PROPERTY_FALSE)) in ossl_property_parse_init()
H A Dproperty_string.c262 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s, in ossl_property_value() function

Completed in 9 milliseconds