Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_string.c32 } PROPERTY_STRING; typedef
34 DEFINE_LHASH_OF(PROPERTY_STRING);
35 typedef LHASH_OF(PROPERTY_STRING) PROP_TABLE;
45 static unsigned long property_hash(const PROPERTY_STRING *a) in property_hash()
50 static int property_cmp(const PROPERTY_STRING *a, const PROPERTY_STRING *b) in property_cmp()
55 static void property_free(PROPERTY_STRING *ps) in property_free()
119 static PROPERTY_STRING *new_property_string(const char *s, in new_property_string()
123 PROPERTY_STRING *ps = OPENSSL_malloc(sizeof(*ps) + l); in new_property_string()
142 PROPERTY_STRING p, *ps, *ps_new; in ossl_property_string()
176 static void find_str_fn(PROPERTY_STRING *prop, void *vfindstr) in find_str_fn()