Searched refs:oval (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/evp/ |
H A D | evp_cnf.c | 26 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 D | asn_moid.c | 28 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 D | hashtable.h | 175 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 5 milliseconds