Lines Matching defs:value
13 * value 2 is to make sure no function defined in POSIX-2 is left undefined.
436 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) {
438 cnf->name, cnf->value);
798 * The caller is responsible for freeing *certs if its value is left not NULL.
817 * The caller is responsible for freeing *crls if its value is left not NULL.
850 * For non-NULL ppkey, pcert, and pcrl the first suitable value found is loaded.
1923 /* Collect the value. */
1952 "Hint: a '+' in a value string needs be escaped using '\\' else a new member of a multi-valued RDN is expected\n");
1957 "%s: No value provided for %s name attribute \"%s\", skipped\n",
2022 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, const char *value)
2027 stmp = OPENSSL_strdup(value);
2237 const char *name, const char *value, int add_default)
2240 X509_EXTENSION *new_ext = X509V3_EXT_nconf(NULL, ext_ctx, name, value);
3315 /* Skip over the separator so that vmtp points to the value */