Searched refs:skid (Results 1 – 7 of 7) sorted by relevance
108 bool a = asymmetric_key_id_same(cert->skid, cert->sig->auth_ids[1]); in x509_check_for_self_signed()204 kids->id[1] = cert->skid; in x509_key_preparse()223 cert->skid = NULL; in x509_key_preparse()
21 struct asymmetric_key_id *skid; /* Subject + subjectKeyId (optional) */ member
51 x509->id, x509->skid, NULL, false); in pkcs7_validate_trust_one()
52 kfree(cert->skid); in x509_free_certificate()557 if (ctx->cert->skid || vlen < 3) in x509_process_extension()569 ctx->cert->skid = kid; in x509_process_extension()
43 no skid. Whereas the IP recorded by regular core PMU will have some skid
81 0 - SAMPLE_IP can have arbitrary skid82 1 - SAMPLE_IP must have constant skid83 2 - SAMPLE_IP requested to have 0 skid84 3 - SAMPLE_IP must have 0 skid, or uses randomization to avoid
877 #define RQ_PASS_LVL_CQ(skid, qsize) ((((skid) + 16) * 256) / (qsize)) argument878 #define RQ_DROP_LVL_CQ(skid, qsize) (((skid) * 256) / (qsize)) argument