Lines Matching defs:value
206 "Extension section (override value in config file)"},
235 "CRL extension section (override value in config file)"},
1600 if (strcmp(cv->value, "optional") == 0) {
1603 } else if (strcmp(cv->value, "supplied") == 0) {
1612 } else if (strcmp(cv->value, "match") == 0) {
1652 cv->value);
2009 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
2046 buf = cv->value;
2049 spki = NETSCAPE_SPKI_b64_decode(cv->value, -1);
2110 const char *value)
2182 ok = do_revoke(x509, db, rev_type, value);
2199 rev_str = make_revocation_str(rev_type, value);