Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 13 of 13) sorted by relevance

/system/libcppbor/tests/
Dcppbor_test.cpp1335 auto encoded = val.encode(); in TEST() local
1336 uint8_t* encBegin = encoded.data(); in TEST()
1337 uint8_t* encEnd = encoded.data() + encoded.size(); in TEST()
1343 parse(encoded.data(), encoded.data() + encoded.size(), &mpc); in TEST()
1350 auto encoded = val.encode(); in TEST() local
1351 uint8_t* encBegin = encoded.data(); in TEST()
1352 uint8_t* encEnd = encoded.data() + encoded.size(); in TEST()
1359 parse(encoded.data(), encoded.data() + encoded.size(), &mpc); in TEST()
1366 auto encoded = val.encode(); in TEST() local
1367 uint8_t* encBegin = encoded.data(); in TEST()
[all …]
/system/secretkeeper/comm/
DInternalHalTaMessages.cddl3 ; encoded as a CBOR 2-array holding:
15 ; Internally, a HAL request corresponds to a response message encoded as a CBOR 2-array holding:
/system/libcppbor/
DREADME.md63 producing encoded CBOR. The basic process for "complete tree"
65 below) is to construct an `Item` which models the data to be encoded,
74 It's relatively rare that single values are encoded as above. More often, the
119 accomplish the same task but output the encoded data in different
129 for each encoded byte. It's the responsibility of the implementor
139 sufficient capacity to hold the encoding, and inserts the encoded
179 LibCppBor also supports parsing of encoded CBOR data, with the same
/system/security/keystore2/tests/
Dkeystore2_client_test_utils.rs478 let mut encoded = vec![0u8; buffer_len]; in encrypt_transport_key() localVariable
479 let encoded_len = encrypter.encrypt(&input, &mut encoded).unwrap(); in encrypt_transport_key()
480 let encoded = &encoded[..encoded_len]; in encrypt_transport_key() localVariable
482 Ok(encoded.to_vec()) in encrypt_transport_key()
/system/extras/verity/
DBootSignature.java113 byte[] encoded = ((ASN1Object) certificate).getEncoded(); in BootSignature()
114 ByteArrayInputStream bis = new ByteArrayInputStream(encoded); in BootSignature()
/system/chre/platform/shared/idl/
Dhost_messages.fbs365 /// uint8_t - Log metadata, encoded as follows:
382 /// the actual encoded data to follow. For example, if a tokenized log of
401 /// were to be sent, a buffer of size 27 bytes would be to encoded as:
450 // A unique identifier for the encoded metric message.
453 // The metric data, which is encoded using a custom-defined protocol. This
/system/sepolicy/
DREADME.md116 **NOTE:** The pem files are base64 encoded and `PackageManagerService`, `mac_permissions.xml`
/system/security/keystore2/src/
Dlegacy_blob.rs1704 let encoded = LegacyBlobLoader::encode_alias(&alias_str); in decode_encode_alias_test() localVariable
1705 let decoded = match LegacyBlobLoader::decode_alias(&encoded) { in decode_encode_alias_test()
1707 Err(_) => panic!("random_alias: {:x?}\nencoded {}", random_alias, encoded), in decode_encode_alias_test()
/system/nfc/tools/casimir/src/
Dnci_packets.pdl892 // The timestamp is encoded in big-endian byte order,
/system/secretkeeper/
DREADME.md252 The public key is transported as a CBOR-encoded COSE_key, as a PubKeyEd25519 /
/system/update_engine/update_engine/
Dupdate_metadata.proto131 // The DER encoded signature size of EC keys is nondeterministic for
/system/update_engine/
Dupdate_metadata.proto131 // The DER encoded signature size of EC keys is nondeterministic for
/system/core/fastboot/fuzzy_fastboot/
DREADME.md197 … vendor's implementation. It could be part of the `OKAY` response, or be encoded in `INFO` respons…