Lines Matching defs:keyid
46 if (akeyid->keyid) {
47 tmp = OPENSSL_buf2hexstr(akeyid->keyid->data, akeyid->keyid->length);
52 if (!X509V3_add_value((akeyid->issuer || akeyid->serial) ? "keyid" : NULL,
89 * keyid: use the issuers subject keyid, the value 'always' means its is
92 * to only use this if keyid is not present. With the option 'always'
100 char keyid = 0, issuer = 0;
122 if (strcmp(cnf->name, "keyid") == 0) {
123 keyid = 1;
125 keyid = 2;
157 if (keyid == 2 || (keyid == 1 && !ss)) {
174 if ((keyid == 2 || issuer == 0)
206 akeyid->keyid = ikeyid;