Home
last modified time | relevance | path

Searched refs:encrypted (Results 1 – 11 of 11) sorted by relevance

/packages/modules/adb/pairing_auth/tests/
Daes_128_gcm_test.cpp41 uint8_t encrypted[1024]; in TEST() local
50 auto encrypted_size = alice.Encrypt(msg, sizeof(msg), encrypted, sizeof(encrypted)); in TEST()
55 auto decrypted_size = bob.Decrypt(encrypted, *encrypted_size, out_buf, out_size); in TEST()
/packages/modules/adb/pairing_auth/
Dpairing_auth.cpp169 Data encrypted(cipher_->EncryptedSize(data.size())); in Encrypt() local
170 auto out_size = cipher_->Encrypt(data.data(), data.size(), encrypted.data(), encrypted.size()); in Encrypt()
175 encrypted.resize(*out_size); in Encrypt()
177 return encrypted; in Encrypt()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowStorageManager.java80 public static void setIsFileEncryptedNativeOrEmulated(boolean encrypted) { in setIsFileEncryptedNativeOrEmulated() argument
81 sIsFileEncryptedNativeOrEmulated = encrypted; in setIsFileEncryptedNativeOrEmulated()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java402 byte[] encrypted = cipher.doFinal(getByteArrayFromBuffer(paddedPayload)); in getCiphertext()
405 ByteBuffer cipherText = ByteBuffer.allocate(AES_CBC_IV_LEN + encrypted.length); in getCiphertext()
407 cipherText.put(encrypted); in getCiphertext()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java609 final byte[] encrypted = in getCipherText()
613 final ByteBuffer cipherText = ByteBuffer.allocate(mIv.length + encrypted.length); in getCipherText()
615 cipherText.put(encrypted); in getCipherText()
/packages/services/Car/service/proto/
Dble_device_message.proto15 // Whether the payload field is encrypted.
Dble_message.proto25 // Whether the payload field is encrypted.
/packages/modules/adb/
Dprotocol.txt86 The TLS message informs the recipient that the connection will be encrypted
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...