Lines Matching refs:cv
1696 CONF_VALUE *cv; in do_body() local
1798 cv=sk_CONF_VALUE_value(policy,i); /* get the object id */ in do_body()
1799 if ((j=OBJ_txt2nid(cv->name)) == NID_undef) in do_body()
1801 BIO_printf(bio_err,"%s:unknown object type in 'policy' configuration\n",cv->name); in do_body()
1824 if (strcmp(cv->value,"optional") == 0) in do_body()
1829 else if (strcmp(cv->value,"supplied") == 0) in do_body()
1833 BIO_printf(bio_err,"The %s field needed to be supplied and was missing\n",cv->name); in do_body()
1839 else if (strcmp(cv->value,"match") == 0) in do_body()
1845 BIO_printf(bio_err,"The mandatory %s field was missing\n",cv->name); in do_body()
1855 …rr,"The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n",cv->name); in do_body()
1869 … needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL… in do_body()
1875 BIO_printf(bio_err,"%s:invalid type in 'policy' configuration\n",cv->value); in do_body()
2251 CONF_VALUE *cv=NULL; in certify_spkac() local
2307 cv=sk_CONF_VALUE_value(sk,i); in certify_spkac()
2308 type=cv->name; in certify_spkac()
2312 for (buf = cv->name; *buf ; buf++) in certify_spkac()
2320 buf=cv->value; in certify_spkac()
2325 spki = NETSCAPE_SPKI_b64_decode(cv->value, -1); in certify_spkac()