Home
last modified time | relevance | path

Searched refs:Encrypt (Results 1 – 14 of 14) sorted by relevance

/system/keymaster/tests/
Dkey_blob_test.cpp67 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 …]
Decies_kem_test.cpp60 ASSERT_TRUE(kem->Encrypt(peer_public_value, &output_clear_key, &output_encrypted_key)); in TEST()
/system/keymaster/include/keymaster/km_openssl/
Dkem.h40 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,
Decies_kem.h42 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/
Dbtif_keystore_test.cc43 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/
Decies_kem.cpp75 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/
Dacl_connection_handler.cc109 void AclConnectionHandler::Encrypt(uint16_t handle) { in Encrypt() function in test_vendor_lib::AclConnectionHandler
113 acl_connections_.at(handle).Encrypt(); in Encrypt()
Dacl_connection.h39 void Encrypt() { in Encrypt() function
Dacl_connection_handler.h49 void Encrypt(uint16_t handle);
/system/bt/btif/include/
Dbtif_keystore.h52 std::string Encrypt(const std::string& data, int32_t flags);
/system/bt/btif/src/
Dbtif_keystore.cc39 std::string BtifKeystore::Encrypt(const std::string& data, int32_t flags) { in Encrypt() function in bluetooth::BtifKeystore
Dbtif_config.cc696 std::string encrypted_checksum = btif_keystore.Encrypt(hash, 0); in write_checksum_file()
/system/security/keystore/
Doperation_config.proto56 // What purpose is this operation serving? Encrypt, decrypt, sign verify?
Dkeystore_cli_v2.cpp463 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt() function
666 return Encrypt( in main()