Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_string.c119 static PROPERTY_STRING *new_property_string(const char *s, in new_property_string() function
157 if (ps == NULL && (ps_new = new_property_string(s, pidx)) != NULL) { in ossl_property_string()