Home
last modified time | relevance | path

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

/openssl/test/
H A Dproperty_test.c68 && TEST_str_eq(ossl_property_name_str(ctx, 1), "provider") in test_property_string()
69 && TEST_str_eq(ossl_property_name_str(ctx, 2), "version") in test_property_string()
70 && TEST_str_eq(ossl_property_name_str(ctx, 3), "fips") in test_property_string()
71 && TEST_str_eq(ossl_property_name_str(ctx, 4), "output") in test_property_string()
72 && TEST_str_eq(ossl_property_name_str(ctx, 5), "input") in test_property_string()
73 && TEST_str_eq(ossl_property_name_str(ctx, 6), "structure") in test_property_string()
75 && TEST_str_eq(ossl_property_name_str(ctx, 7), "fnord") in test_property_string()
76 && TEST_str_eq(ossl_property_name_str(ctx, 8), "name") in test_property_string()
78 && TEST_ptr_null(ossl_property_name_str(ctx, 0)) in test_property_string()
79 && TEST_ptr_null(ossl_property_name_str(ctx, 9)) in test_property_string()
/openssl/crypto/property/
H A Dproperty_local.h43 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx);
H A Dproperty_string.c257 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx) in ossl_property_name_str() function
H A Dproperty_parse.c335 ossl_property_name_str(ctx, prev_name_idx)); in stack_to_property_list()
727 val = ossl_property_name_str(ctx, prop->name_idx); in ossl_property_list_to_string()

Completed in 9 milliseconds