Home
last modified time | relevance | path

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

/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c261 if (!p->skid) in pkcs7_verify_sig_chain()
264 p->index, p->skid->len, p->skid->data); in pkcs7_verify_sig_chain()
265 if (asymmetric_key_id_same(p->skid, auth)) in pkcs7_verify_sig_chain()
279 !asymmetric_key_id_same(p->skid, sig->auth_ids[1])) { in pkcs7_verify_sig_chain()
H A Dx509_public_key.c121 bool a = asymmetric_key_id_same(cert->skid, cert->sig->auth_ids[1]); in x509_check_for_self_signed()
220 kids->id[1] = cert->skid; in x509_key_preparse()
241 cert->skid = NULL; in x509_key_preparse()
H A Dx509_parser.h20 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()
565 if (ctx->cert->skid || vlen < 3) in x509_process_extension()
577 ctx->cert->skid = kid; in x509_process_extension()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-list.txt75 0 - SAMPLE_IP can have arbitrary skid
76 1 - SAMPLE_IP must have constant skid
77 2 - SAMPLE_IP requested to have 0 skid
78 3 - SAMPLE_IP must have 0 skid, or uses randomization to avoid
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c840 #define RQ_PASS_LVL_CQ(skid, qsize) ((((skid) + 16) * 256) / (qsize)) argument
841 #define RQ_DROP_LVL_CQ(skid, qsize) (((skid) * 256) / (qsize)) argument