/system/keymaster/tests/ |
D | key_blob_test.cpp | 67 keymaster_error_t Encrypt() { in Encrypt() function in keymaster::test::KeyBlobTest 100 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 128 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 138 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 155 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 172 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 189 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 203 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 226 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 249 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() [all …]
|
D | ecies_kem_test.cpp | 60 ASSERT_TRUE(kem->Encrypt(peer_public_value, &output_clear_key, &output_encrypted_key)); in TEST()
|
/system/keymaster/include/keymaster/km_openssl/ |
D | kem.h | 40 virtual bool Encrypt(const Buffer& peer_public_value, Buffer* output_clear_key, 42 virtual bool Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len,
|
D | ecies_kem.h | 42 bool Encrypt(const Buffer& peer_public_value, Buffer* output_clear_key, 44 bool Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len,
|
/system/bt/btif/test/ |
D | btif_keystore_test.cc | 43 std::string encrypted_hash = btif_keystore_->Encrypt(hash, 0); in TEST_F() 53 std::string encrypted_hash = btif_keystore_->Encrypt(hash, 0); in TEST_F()
|
/system/keymaster/km_openssl/ |
D | ecies_kem.cpp | 75 bool EciesKem::Encrypt(const Buffer& peer_public_value, Buffer* output_clear_key, in Encrypt() function in keymaster::EciesKem 77 return Encrypt(peer_public_value.peek_read(), peer_public_value.available_read(), in Encrypt() 82 bool EciesKem::Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len, in Encrypt() function in keymaster::EciesKem
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection_handler.cc | 109 void AclConnectionHandler::Encrypt(uint16_t handle) { in Encrypt() function in test_vendor_lib::AclConnectionHandler 113 acl_connections_.at(handle).Encrypt(); in Encrypt()
|
D | acl_connection.h | 39 void Encrypt() { in Encrypt() function
|
D | acl_connection_handler.h | 49 void Encrypt(uint16_t handle);
|
/system/bt/btif/include/ |
D | btif_keystore.h | 52 std::string Encrypt(const std::string& data, int32_t flags);
|
/system/bt/btif/src/ |
D | btif_keystore.cc | 39 std::string BtifKeystore::Encrypt(const std::string& data, int32_t flags) { in Encrypt() function in bluetooth::BtifKeystore
|
D | btif_config.cc | 696 std::string encrypted_checksum = btif_keystore.Encrypt(hash, 0); in write_checksum_file()
|
/system/security/keystore/ |
D | operation_config.proto | 56 // What purpose is this operation serving? Encrypt, decrypt, sign verify?
|
D | keystore_cli_v2.cpp | 463 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt() function 666 return Encrypt( in main()
|