Home
last modified time | relevance | path

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

/openssl/test/
H A Dproperty_test.c91 && TEST_str_eq(ossl_property_value_str(ctx, 1), "yes") in test_property_string()
92 && TEST_str_eq(ossl_property_value_str(ctx, 2), "no") in test_property_string()
94 && TEST_str_eq(ossl_property_value_str(ctx, 3), "illuminati") in test_property_string()
95 && TEST_str_eq(ossl_property_value_str(ctx, 4), "fnord") in test_property_string()
97 && TEST_ptr_null(ossl_property_value_str(ctx, 0)) in test_property_string()
98 && TEST_ptr_null(ossl_property_value_str(ctx, 5)) in test_property_string()
/openssl/crypto/property/
H A Dproperty_local.h46 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
H A Dproperty_query.c48 value = ossl_property_value_str(libctx, prop->v.str_val); in ossl_property_get_string_value()
H A Dproperty_string.c268 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx) in ossl_property_value_str() function
H A Dproperty_parse.c741 val = ossl_property_value_str(ctx, prop->v.str_val); in ossl_property_list_to_string()

Completed in 19 milliseconds