Home
last modified time | relevance | path

Searched refs:skid (Results 1 – 7 of 7) sorted by relevance

/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c108 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()
H A Dx509_parser.h21 struct asymmetric_key_id *skid; /* Subject + subjectKeyId (optional) */ member
H A Dpkcs7_trust.c51 x509->id, x509->skid, NULL, false); in pkcs7_validate_trust_one()
H A Dx509_cert_parser.c52 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()
/linux/tools/perf/Documentation/
H A Dperf-amd-ibs.txt43 no skid. Whereas the IP recorded by regular core PMU will have some skid
H A Dperf-list.txt81 0 - SAMPLE_IP can have arbitrary skid
82 1 - SAMPLE_IP must have constant skid
83 2 - SAMPLE_IP requested to have 0 skid
84 3 - SAMPLE_IP must have 0 skid, or uses randomization to avoid
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c877 #define RQ_PASS_LVL_CQ(skid, qsize) ((((skid) + 16) * 256) / (qsize)) argument
878 #define RQ_DROP_LVL_CQ(skid, qsize) (((skid) * 256) / (qsize)) argument