/aosp12/system/keymaster/tests/ |
H A D | key_blob_test.cpp | 113 ASSERT_EQ(KM_ERROR_OK, Encrypt(format)); in TEST_F() 143 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 153 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 168 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 183 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 199 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 214 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 235 ASSERT_EQ(KM_ERROR_OK, Encrypt(format)); in TEST_F() 256 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() 269 ASSERT_EQ(KM_ERROR_OK, Encrypt()); in TEST_F() [all …]
|
H A D | ecies_kem_test.cpp | 58 ASSERT_TRUE(kem->Encrypt(peer_public_value, &output_clear_key, &output_encrypted_key)); in TEST()
|
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A 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,
|
H A 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,
|
/aosp12/system/keymaster/km_openssl/ |
H A 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
|
/aosp12/system/bt/btif/test/ |
H A 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()
|
/aosp12/packages/modules/adb/pairing_auth/ |
H A D | pairing_auth.cpp | 69 Data Encrypt(const Data& data); 164 PairingAuthCtx::Data PairingAuthCtx::Encrypt(const PairingAuthCtx::Data& data) { in Encrypt() function in PairingAuthCtx 170 auto out_size = cipher_->Encrypt(data.data(), data.size(), encrypted.data(), encrypted.size()); in Encrypt() 260 auto out = ctx->Encrypt(in); in pairing_auth_encrypt()
|
H A D | aes_128_gcm.cpp | 48 std::optional<size_t> Aes128Gcm::Encrypt(const uint8_t* in, size_t in_len, uint8_t* out, in Encrypt() function in adb::pairing::Aes128Gcm
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | acl_connection.h | 36 void Encrypt();
|
H A D | acl_connection.cc | 26 void AclConnection::Encrypt() { encrypted_ = true; }; in Encrypt() function in test_vendor_lib::AclConnection
|
H A D | acl_connection_handler.cc | 166 void AclConnectionHandler::Encrypt(uint16_t handle) { in Encrypt() function in test_vendor_lib::AclConnectionHandler 170 acl_connections_.at(handle).Encrypt(); in Encrypt()
|
H A D | acl_connection_handler.h | 60 void Encrypt(uint16_t handle);
|
H A D | link_layer_controller.cc | 1345 connections_.Encrypt(handle); in IncomingLeEncryptConnectionResponse() 2832 connections_.Encrypt(handle); in LeLongTermKeyRequestReply()
|
/aosp12/packages/modules/adb/pairing_auth/include/adb/pairing/ |
H A D | aes_128_gcm.h | 40 std::optional<size_t> Encrypt(const uint8_t* in, size_t in_len, uint8_t* out, size_t out_len);
|
/aosp12/packages/modules/adb/pairing_auth/tests/ |
H A D | aes_128_gcm_test.cpp | 50 auto encrypted_size = alice.Encrypt(msg, sizeof(msg), encrypted, sizeof(encrypted)); in TEST()
|
/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A D | link.h | 77 virtual void Encrypt();
|
H A D | link_manager.cc | 187 link->Encrypt(); in handle_link_security_ensure_encrypted()
|
H A D | link.cc | 88 void Link::Encrypt() { in Encrypt() function in bluetooth::l2cap::classic::internal::Link
|
H A D | signalling_manager.cc | 122 link_->Encrypt(); in on_security_result_for_outgoing()
|
/aosp12/frameworks/base/packages/BackupEncryption/proto/ |
H A D | backup_chunks_metadata.proto | 105 // Each chunk also has a MAC, as generated by GCM, so this is NOT Mac-then-Encrypt, which has
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 934 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt() function 1114 return Encrypt(command_line->GetSwitchValueASCII("name"), in main()
|
/aosp12/hardware/interfaces/drm/1.0/ |
H A D | IDrmPlugin.hal | 399 * Encrypt the provided input buffer with the cipher algorithm specified by
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | settings_enums.proto | 1105 // OPEN: Settings > Security > Encrypt phone 1110 // OPEN: Settings > Security > Encrypt phone > Confirm
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 434 // OPEN: Settings > Security > Encrypt phone 439 // OPEN: Settings > Security > Encrypt phone > Confirm
|