Searched refs:skid (Results 1 – 6 of 6) sorted by relevance
121 bool a = asymmetric_key_id_same(cert->skid, cert->sig->auth_ids[1]); in x509_check_for_self_signed()217 kids->id[1] = cert->skid; in x509_key_preparse()236 cert->skid = NULL; in x509_key_preparse()
51 x509->id, x509->skid, NULL, false); in pkcs7_validate_trust_one()
52 kfree(cert->skid); in x509_free_certificate()582 if (ctx->cert->skid || vlen < 3) in x509_process_extension()594 ctx->cert->skid = kid; in x509_process_extension()
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
43 no skid. Whereas the IP recorded by regular core PMU will have some skid
877 #define RQ_PASS_LVL_CQ(skid, qsize) ((((skid) + 16) * 256) / (qsize)) argument878 #define RQ_DROP_LVL_CQ(skid, qsize) (((skid) * 256) / (qsize)) argument