Home
last modified time | relevance | path

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

/openssl-master/doc/internal/man3/
A Dossl_global_properties_no_mirrored.pod5 ossl_property_list_to_string, ossl_global_properties_no_mirrored
12 size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx,
22 ossl_property_list_to_string() takes a given OSSL_PROPERTY_LIST in I<list> and
38 ossl_property_list_to_string() returns the length of the string, or 0 on error.
/openssl-master/crypto/evp/
A Devp_fetch.c465 strsz = ossl_property_list_to_string(libctx, def_prop, NULL, 0); in evp_set_parsed_default_properties()
472 if (ossl_property_list_to_string(libctx, def_prop, propstr, in evp_set_parsed_default_properties()
573 sz = ossl_property_list_to_string(libctx, *plp, NULL, 0); in evp_get_global_properties_str()
584 if (ossl_property_list_to_string(libctx, *plp, propstr, sz) == 0) { in evp_get_global_properties_str()
/openssl-master/include/internal/
A Dproperty.h86 size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx,
/openssl-master/test/
A Dproperty_test.c608 bufsize = ossl_property_list_to_string(NULL, pl, NULL, 0); in test_property_list_to_string()
613 || !TEST_size_t_eq(ossl_property_list_to_string(NULL, pl, buf, in test_property_list_to_string()
/openssl-master/crypto/property/
A Dproperty_parse.c642 size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx, in ossl_property_list_to_string() function

Completed in 9 milliseconds