Home
last modified time | relevance | path

Searched refs:vector_data (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/gd/packet/
H A Dpacket_builder_unittest.cc161 std::vector<uint64_t> vector_data{ variable
173 packet_1_ = std::shared_ptr<VectorBuilder<T>>(new VectorBuilder<T>(vector_data)); in SetUp()
174 … packet_2_ = std::shared_ptr<InsertElementsBuilder<T>>(new InsertElementsBuilder<T>(vector_data)); in SetUp()
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp256 params.vector_data(), 0 /* flags */, {} /* entropy */, in loadOrCreateAndVerifyEncryptionKey()
309 params.vector_data(), 0 /* flags */, {} /* entropy */, in loadOrCreateAndVerifyAuthenticationKey()
362 encryption_key.metadata.key, encrypt_params.vector_data(), false /* forced */, in encryptWithAuthentication()
407 authentication_key.metadata.key, sign_params.vector_data(), false /* forced */, in encryptWithAuthentication()
481 authentication_key.metadata.key, sign_params.vector_data(), false /* forced */, in decryptWithAuthentication()
514 encrypt_params.vector_data(), in decryptWithAuthentication()
706 test_case.parameters.vector_data())) { in BrilloPlatformTest()
769 sec_level->generateKey(keyDescriptor(name), {} /* attestationKey */, params.vector_data(), in GenerateKey()
885 sign_params.vector_data(), in SignAndVerify()
/aosp12/system/vold/
H A DKeymaster.cpp138 auto rc = securityLevel->generateKey(in_key, std::nullopt, inParams.vector_data(), 0, {}, in generateKey()
202 auto rc = securityLevel->createOperation(keyDesc, inParams.vector_data(), true, &cor); in begin()
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h65 template <typename T> inline T *vector_data(std::vector<T> &vector) { in vector_data() function
71 template <typename T> inline const T *vector_data( in vector_data() function
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp236 Status result = keymint_->generateKey(key_desc.vector_data(), attest_key, &creationResult); in GenerateKey()
281 result = keymint_->importKey(key_desc.vector_data(), format, in ImportKey()
327 unwrapping_params.vector_data(), password_sid, biometric_sid, &creationResult); in ImportWrappedKey()
456 result = keymint_->begin(purpose, key_blob, in_params.vector_data(), std::nullopt, &out); in Begin()
474 result = keymint_->begin(purpose, key_blob, in_params.vector_data(), std::nullopt, &out); in Begin()
H A DVtsRemotelyProvisionedComponentTests.cpp231 auto result = keyMint->generateKey(keyDesc.vector_data(), attestKey, &creationResult); in TEST_P()
H A DKeyMintTest.cpp6306 .vector_data(), in TEST_P()
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dauthorization_set.h216 vector<KeyParameter> vector_data() const { in vector_data() function
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp231 result = keymint_->begin(purpose, key_blob_, in_params.vector_data(), std::nullopt, &out); in Begin()
247 Status result = keymint_->generateKey(key_desc.vector_data(), attest_key, &creationResult); in GenerateKey()
/aosp12/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
H A DVtsHalWifiKeystoreV1_0TargetTest.cpp178 {} /* attestation key */, key_parameters.vector_data(), in generateKey()