Lines Matching defs:propstr
485 char *propstr = NULL;
501 propstr = OPENSSL_malloc(strsz);
502 if (propstr == NULL) {
506 if (ossl_property_list_to_string(libctx, def_prop, propstr,
508 OPENSSL_free(propstr);
512 ossl_provider_default_props_update(libctx, propstr);
513 OPENSSL_free(propstr);
601 char *propstr = NULL;
613 propstr = OPENSSL_malloc(sz);
614 if (propstr == NULL) {
618 if (ossl_property_list_to_string(libctx, *plp, propstr, sz) == 0) {
620 OPENSSL_free(propstr);
623 return propstr;