Home
last modified time | relevance | path

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

/aosp_15_r20/external/open-dice/src/
H A Dtest_utils.cc285 ScopedCbor cwt(cn_cbor_map_create(&error)); in CreateEd25519CborUdsCertificate() local
373 ScopedCbor cwt(cn_cbor_map_create(&error)); in CreateEcdsaCborUdsCertificate() local
505 ScopedCbor cwt(cn_cbor_decode(payload->v.bytes, payload->length, &error)); in ExtractCwtFromCborCertificate() local
512 ScopedCbor ExtractPublicKeyFromCwt(const cn_cbor* cwt) { in ExtractPublicKeyFromCwt()
525 bool ExtractIdsFromCwt(const cn_cbor* cwt, char authority_id_hex[40], in ExtractIdsFromCwt()
542 bool ExtractKeyUsageFromCwt(const cn_cbor* cwt, uint64_t* key_usage) { in ExtractKeyUsageFromCwt()
563 bool ValidateCborCertificateCdiFields(const cn_cbor* cwt, in ValidateCborCertificateCdiFields()
633 ScopedCbor cwt(ExtractCwtFromCborCertificate(certificate, certificate_size)); in VerifySingleCborCertificate() local
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/
Dlib.rs113 pub mod cwt; module
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
DAtp.h57 uint8_t cwt; member
/aosp_15_r20/external/curl/lib/
H A Dsendf.h127 const struct Curl_cwtype *cwt; /* type implementation */ member
H A Dsendf.c382 const struct Curl_cwtype *cwt, in Curl_cwriter_create()
490 const struct Curl_cwtype *cwt) in Curl_cwriter_get_by_type()
H A Dcontent_encoding.c994 const struct Curl_cwtype *cwt; in Curl_build_unencoding_stack() local