/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 1019 Begin(KeyPurpose::SIGN, in TEST_P() 1023 Begin(KeyPurpose::SIGN, in TEST_P() 1030 Begin(KeyPurpose::SIGN, in TEST_P() 1037 Begin(KeyPurpose::SIGN, in TEST_P() 1079 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 1102 Begin(KeyPurpose::SIGN, in TEST_P() 1157 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 1185 Begin(KeyPurpose::SIGN, in TEST_P() 1204 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 1215 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() [all …]
|
D | KeymasterHidlTest.cpp | 247 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const HidlBuf& key_blob, in Begin() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 269 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const AuthorizationSet& in_params, in Begin() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 273 return Begin(purpose, key_blob_, in_params, out_params, &op_handle_); in Begin() 276 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const AuthorizationSet& in_params) { in Begin() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 279 ErrorCode error = Begin(purpose, in_params, &out_params); in Begin() 404 EXPECT_EQ(ErrorCode::OK, Begin(operation, key_blob, in_params, &begin_out_params, &op_handle_)); in ProcessMessage() 466 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, params, &output_params)); in CheckAesIncrementalEncryptOperation() 522 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::DECRYPT, params)) in CheckAesIncrementalEncryptOperation() 602 Begin(KeyPurpose::VERIFY, key_blob, params, &begin_out_params, &op_handle_)); in VerifyMessage()
|
D | KeymasterHidlTest.h | 135 ErrorCode Begin(KeyPurpose purpose, const HidlBuf& key_blob, const AuthorizationSet& in_params, 137 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params, 139 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params);
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 575 ErrorCode Begin(KeyPurpose purpose, const HidlBuf& key_blob, const AuthorizationSet& in_params, in Begin() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest 597 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params, in Begin() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest 601 return Begin(purpose, key_blob_, in_params, out_params, &op_handle_); in Begin() 604 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params) { in Begin() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest 607 ErrorCode error = Begin(purpose, in_params, &out_params); in Begin() 728 Begin(operation, key_blob, in_params, &begin_out_params, &op_handle_)); in ProcessMessage() 804 Begin(KeyPurpose::VERIFY, key_blob, params, &begin_out_params, &op_handle_)); in VerifyMessage() 1454 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 1508 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 1535 Begin(KeyPurpose::SIGN, in TEST_P() [all …]
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintTest.cpp | 793 auto result = Begin(KeyPurpose::ENCRYPT, params); in TEST_P() 2987 Begin(KeyPurpose::SIGN, in TEST_P() 2991 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 2997 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 3003 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 3047 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 3070 Begin(KeyPurpose::SIGN, in TEST_P() 3128 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 3159 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() 3180 Begin(KeyPurpose::SIGN, AuthorizationSetBuilder() in TEST_P() [all …]
|
D | AuthTest.cpp | 246 ErrorCode result = Begin(operation, key_blob, in_params, out_params, hat); in ProcessMessage() 331 Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params)); in TEST_P() 349 Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params, dodgy_hat)); in TEST_P() 354 auto begin_result = Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params, hat); in TEST_P() 414 ASSERT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params, hat)); in TEST_P() 507 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params)); in TEST_P() 520 Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params, unrelated_hat.value())); in TEST_P() 525 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params)); in TEST_P() 533 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params)); in TEST_P() 576 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, keyblob, params, &out_params)); in TEST_P() [all …]
|
D | KeyMintAidlTestBase.h | 159 ErrorCode Begin(KeyPurpose purpose, const vector<uint8_t>& key_blob, 162 ErrorCode Begin(KeyPurpose purpose, const vector<uint8_t>& key_blob, 165 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params, 167 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params);
|
D | KeyMintAidlTestBase.cpp | 558 ErrorCode KeyMintAidlTestBase::Begin(KeyPurpose purpose, const vector<uint8_t>& key_blob, in Begin() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 576 ErrorCode KeyMintAidlTestBase::Begin(KeyPurpose purpose, const vector<uint8_t>& key_blob, in Begin() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 595 ErrorCode KeyMintAidlTestBase::Begin(KeyPurpose purpose, const AuthorizationSet& in_params, in Begin() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 599 return Begin(purpose, key_blob_, in_params, out_params); in Begin() 602 ErrorCode KeyMintAidlTestBase::Begin(KeyPurpose purpose, const AuthorizationSet& in_params) { in Begin() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 605 ErrorCode result = Begin(purpose, in_params, &out_params); in Begin() 691 ErrorCode result = Begin(operation, key_blob, in_params, &begin_out_params); in ProcessMessage() 703 ErrorCode result = Begin(operation, key_blob, in_params, out_params); in ProcessMessage() 755 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, params, &output_params)); in CheckAesIncrementalEncryptOperation() 793 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::DECRYPT, params)) in CheckAesIncrementalEncryptOperation() [all …]
|
D | KeyBlobUpgradeTest.cpp | 542 Begin(KeyPurpose::AGREE_KEY, keyblob, builder, &out_params)); in TEST_P() 637 Begin(KeyPurpose::ENCRYPT, keyblob, builder, &out_params)); in TEST_P()
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | Keymaster4_1HidlTest.cpp | 32 V4_0::ErrorCode result = Begin(operation, key_blob, in_params, &begin_out_params, &op_handle_); in ProcessMessage()
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 300 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params, in Begin() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest 664 ErrorCode error = keymintTest->Begin(KeyPurpose::SIGN, in_params, &out_params); in sign() 706 ErrorCode error = keymintTest->Begin(KeyPurpose::SIGN, in_params, &out_params); in verify() 723 error = keymintTest->Begin(KeyPurpose::VERIFY, in_params, &out_params); in verify() 811 auto error = keymintTest->Begin(KeyPurpose::ENCRYPT, in_params, &out_params); in encrypt() 856 auto error = keymintTest->Begin(KeyPurpose::ENCRYPT, in_params, &out_params); in decrypt() 873 auto error = keymintTest->Begin(KeyPurpose::DECRYPT, in_params, &out_params); in decrypt()
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 226 return Begin(KeyPurpose::ENCRYPT, in_params, out_params); in EncryptBegin() 231 return Begin(KeyPurpose::DECRYPT, in_params, out_params); in DecryptBegin() 236 return Begin(KeyPurpose::SIGN, in_params, out_params); in SignBegin() 241 return Begin(KeyPurpose::VERIFY, in_params, out_params); in VerifyBegin() 244 optional<OperationHandle> Begin(KeyPurpose operation, const AuthorizationSet& in_params, in Begin() function in android::hardware::keymaster::V4_0::test::KeymasterWrapper
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_fragment_density_map2.adoc | 71 // Begin fragment density map render pass with deferred view.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 319 | Begin | Start of a range of command buffer commands with different behavior than those outsi… 328 …d buffer commands with different behavior than those outside the range - "Begin" marks the start o…
|
D | writing.adoc | 745 Begin the command description with an open block delimiting the contents as 884 Begin the structure description with an open block delimiting the contents 1014 Begin an enumerated type description with an open block delimiting the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_dynamic_rendering.adoc | 50 === Begin/End Render Pass
|
D | VK_KHR_video_queue.adoc | 873 // Begin video coding scope with given video session, parameters, and reference picture resources
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 566 [open,refpage='vkCmdBeginQuery',desc='Begin a query',type='protos',xrefs='vkCmdEndQuery vkCmdBeginQ… 685 [open,refpage='vkCmdBeginQueryIndexedEXT',desc='Begin an indexed query',type='protos',xrefs='vkCmdB…
|
D | renderpass.adoc | 14 [open,refpage='vkCmdBeginRendering',desc='Begin a dynamic render pass instance',type='protos',alias… 5511 [open,refpage='vkCmdBeginRenderPass',desc='Begin a new render pass',type='protos'] 5684 [open,refpage='vkCmdBeginRenderPass2',desc='Begin a new render pass',type='protos',alias='vkCmdBegi…
|
D | video_extensions.adoc | 2291 [open,refpage='vkCmdBeginVideoCodingKHR',desc='Begin video coding scope',type='protos']
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 940 ImGui::Begin("Mesa overlay"); in compute_swapchain_display()
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 56 #define glBegin MANGLE(Begin)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3553 * Begin cleanup of internal broken links in various builds of the specs,
|