Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_cnf.c26 CONF_VALUE *oval; in alg_module_init() local
37 oval = sk_CONF_VALUE_value(sktmp, i); in alg_module_init()
38 if (strcmp(oval->name, "fips_mode") == 0) { in alg_module_init()
42 if (!X509V3_get_value_bool(oval, &m)) in alg_module_init()
54 } else if (strcmp(oval->name, "default_properties") == 0) { in alg_module_init()
56 oval->value, 0, 0)) { in alg_module_init()
62 "name=%s, value=%s", oval->name, oval->value); in alg_module_init()
/openssl/crypto/asn1/
H A Dasn_moid.c28 CONF_VALUE *oval; in oid_module_init() local
36 oval = sk_CONF_VALUE_value(sktmp, i); in oid_module_init()
37 if (!do_create(oval->value, oval->name)) { in oid_module_init()
/openssl/include/internal/
H A Dhashtable.h175 HT_VALUE *oval = NULL; \
180 rc = ossl_ht_insert(h, key, &inval, olddata == NULL ? NULL : &oval); \
181 if (oval != NULL) \
182 *olddata = (vtype *)oval->value; \

Completed in 9 milliseconds