Searched refs:skid (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/crypto/asymmetric_keys/ |
D | pkcs7_verify.c | 271 if (!p->skid) in pkcs7_verify_sig_chain() 274 p->index, p->skid->len, p->skid->data); in pkcs7_verify_sig_chain() 275 if (asymmetric_key_id_same(p->skid, auth)) in pkcs7_verify_sig_chain() 289 !asymmetric_key_id_same(p->skid, sig->auth_ids[1])) { in pkcs7_verify_sig_chain()
|
D | x509_public_key.c | 119 bool a = asymmetric_key_id_same(cert->skid, cert->sig->auth_ids[1]); in x509_check_for_self_signed() 223 kids->id[1] = cert->skid; in x509_key_preparse() 237 cert->skid = NULL; in x509_key_preparse()
|
D | x509_parser.h | 20 struct asymmetric_key_id *skid; /* Subject + subjectKeyId (optional) */ member
|
D | pkcs7_trust.c | 51 x509->id, x509->skid, false); in pkcs7_validate_trust_one()
|
D | x509_cert_parser.c | 54 kfree(cert->skid); in x509_free_certificate() 505 if (ctx->cert->skid || vlen < 3) in x509_process_extension() 517 ctx->cert->skid = kid; in x509_process_extension()
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-list.txt | 66 0 - SAMPLE_IP can have arbitrary skid 67 1 - SAMPLE_IP must have constant skid 68 2 - SAMPLE_IP requested to have 0 skid 69 3 - SAMPLE_IP must have 0 skid, or uses randomization to avoid
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 687 #define RQ_PASS_LVL_CQ(skid, qsize) ((((skid) + 16) * 256) / (qsize)) argument 688 #define RQ_DROP_LVL_CQ(skid, qsize) (((skid) * 256) / (qsize)) argument
|