Home
last modified time | relevance | path

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

/openssl/crypto/engine/
H A Deng_cnf.c49 CONF_VALUE *ecmd = NULL; in int_engine_configure() local
65 ecmd = sk_CONF_VALUE_value(ecmds, i); in int_engine_configure()
66 ctrlname = skip_dot(ecmd->name); in int_engine_configure()
67 ctrlvalue = ecmd->value; in int_engine_configure()
130 ecmd = NULL; in int_engine_configure()
136 if (ecmd == NULL) in int_engine_configure()
141 ecmd->section, ecmd->name, ecmd->value); in int_engine_configure()
/openssl/crypto/
H A Dprovider_conf.c335 CONF_VALUE *ecmd = sk_CONF_VALUE_value(ecmds, i); in provider_conf_load() local
336 const char *confname = skip_dot(ecmd->name); in provider_conf_load()
337 const char *confvalue = ecmd->value; in provider_conf_load()

Completed in 9 milliseconds