Home
last modified time | relevance | path

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

/external/open-dice/src/
Dtest_utils.cc363 ScopedCbor cwt(cn_cbor_map_create(&error)); in CreateEd25519CborUdsCertificate() local
456 ScopedCbor cwt(cn_cbor_map_create(&error)); in CreateP384CborUdsCertificate() local
537 ScopedCbor cwt(cn_cbor_decode(payload->v.bytes, payload->length, &error)); in ExtractCwtFromCborCertificate() local
544 ScopedCbor ExtractPublicKeyFromCwt(const cn_cbor* cwt) { in ExtractPublicKeyFromCwt()
557 bool ExtractIdsFromCwt(const cn_cbor* cwt, char authority_id_hex[40], in ExtractIdsFromCwt()
574 bool ExtractKeyUsageFromCwt(const cn_cbor* cwt, uint64_t* key_usage) { in ExtractKeyUsageFromCwt()
595 bool ValidateCborCertificateCdiFields(const cn_cbor* cwt, in ValidateCborCertificateCdiFields()
653 ScopedCbor cwt(ExtractCwtFromCborCertificate(certificate, certificate_size)); in VerifySingleCborCertificate() local
/external/rust/crates/coset/src/
Dlib.rs113 pub mod cwt; module