Searched refs:VectorCborEncoder (Results 1 – 4 of 4) sorted by relevance
207 cbor::VectorCborEncoder canonical; in TEST()213 EXPECT_EQ(canonical.state(), cbor::VectorCborEncoder::State::kEncoding); in TEST()215 cbor::VectorCborEncoder innerCanonical; in TEST()228 cbor::VectorCborEncoder::State::kEncoding); in TEST()230 cbor::VectorCborEncoder nonCanonical; in TEST()238 EXPECT_EQ(nonCanonical.state(), cbor::VectorCborEncoder::State::kInvalid); in TEST()240 cbor::VectorCborEncoder innerNonCanonical; in TEST()255 cbor::VectorCborEncoder::State::kInvalid); in TEST()259 cbor::VectorCborEncoder enc; in TEST()266 EXPECT_EQ(enc.state(), cbor::VectorCborEncoder::State::kInvalid); in TEST()[all …]
85 cbor::VectorCborEncoder enc; in coseBuildToBeSigned()248 cbor::VectorCborEncoder addnHeadersEnc; in coseSignEcDsa()297 cbor::VectorCborEncoder enc; in coseSignEcDsa()825 cbor::VectorCborEncoder ivEnc; in coseEncryptAesGcm()852 cbor::VectorCborEncoder enc; in coseEncryptAesGcm()881 cbor::VectorCborEncoder coseKeyEnc; in coseEncryptAesGcmKeyWrap()891 cbor::VectorCborEncoder keyUnprotectedHeadersEnc; in coseEncryptAesGcmKeyWrap()899 cbor::VectorCborEncoder encodedProtectedHeadersForEncKey; in coseEncryptAesGcmKeyWrap()913 cbor::VectorCborEncoder recipientsEnc; in coseEncryptAesGcmKeyWrap()928 cbor::VectorCborEncoder enc; in coseEncryptAesGcmKeyWrap()
224 cbor::VectorCborEncoder encoded_package; in build_package()263 cbor::VectorCborEncoder enc; in sign_package()395 cbor::VectorCborEncoder enc; in update_header_content_is_cose_encrypt()668 cbor::VectorCborEncoder enc; in encrypt_package()689 enc = cbor::VectorCborEncoder(); in encrypt_package()740 cbor::VectorCborEncoder enc; in decrypt_package()
781 using VectorCborEncoder = CborEncoder<std::vector<uint8_t>>; variable