Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H 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.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_fetch.c512 strsz = ossl_property_list_to_string(libctx, def_prop, NULL, 0); in evp_set_parsed_default_properties()
519 if (ossl_property_list_to_string(libctx, def_prop, propstr, in evp_set_parsed_default_properties()
620 sz = ossl_property_list_to_string(libctx, *plp, NULL, 0); in evp_get_global_properties_str()
631 if (ossl_property_list_to_string(libctx, *plp, propstr, sz) == 0) { in evp_get_global_properties_str()
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dproperty.h92 size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dproperty_test.c642 bufsize = ossl_property_list_to_string(NULL, pl, NULL, 0); in test_property_list_to_string()
647 || !TEST_size_t_eq(ossl_property_list_to_string(NULL, pl, buf, in test_property_list_to_string()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_parse.c698 size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx, in ossl_property_list_to_string() function