Lines Matching refs:keyid
248 * keyid_len- Length of the keyid byte string.
252 * Note that setting a keyid into a cert which will not be written out as
267 ASN1_TYPE *keyid = NULL;
282 (keyid = ASN1_TYPE_new()) == NULL) {
287 ASN1_TYPE_set(keyid, V_ASN1_OCTET_STRING, str);
290 attr = type2attrib(keyid, NID_localKeyID);
297 keyid = NULL;
322 if (keyid != NULL)
323 ASN1_TYPE_free(keyid);
343 * >= 0 - The number of characters in the keyid returned.
466 * Look for a keyid in a stack of certs. if 'certs' is NULL and 'pkeys' is
473 * keyid_len- Length of the keyid byte string.