Lines Matching refs:skid
174 /* Return 0 if skid != NULL and there is no matching subject key ID in cert */
177 const ASN1_OCTET_STRING *skid)
181 if (skid == NULL)
190 if (ASN1_OCTET_STRING_cmp(ckid, skid) == 0) {
200 if ((str = OPENSSL_buf2hexstr(skid->data, skid->length)) != NULL)
455 const ASN1_OCTET_STRING *skid = msg->header->senderKID;
503 skid_str = skid == NULL ? NULL
504 : OPENSSL_buf2hexstr(skid->data, skid->length);