Home
last modified time | relevance | path

Searched defs:kKeyUsageCertSign (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/open-dice/src/
H A Dtest_utils.cc259 const uint8_t kKeyUsageCertSign = 32; // Bit 5. in CreateEd25519CborUdsCertificate() local
342 const uint8_t kKeyUsageCertSign = 32; // Bit 5. in CreateEcdsaCborUdsCertificate() local
651 const uint64_t kKeyUsageCertSign = 1 << 5; // Bit 5. in VerifySingleCborCertificate() local
H A Dcbor_cert_op.c207 const uint8_t kKeyUsageCertSign = 32; in EncodeCwt() local