Searched defs:cwt (Results 1 – 2 of 2) sorted by relevance
363 ScopedCbor cwt(cn_cbor_map_create(&error)); in CreateEd25519CborUdsCertificate() local456 ScopedCbor cwt(cn_cbor_map_create(&error)); in CreateP384CborUdsCertificate() local537 ScopedCbor cwt(cn_cbor_decode(payload->v.bytes, payload->length, &error)); in ExtractCwtFromCborCertificate() local544 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
113 pub mod cwt; module