Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 2 of 2) sorted by relevance

/security/security-crypto/src/main/java/androidx/security/crypto/
DEncryptedSharedPreferences.java257 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Integer.BYTES in putString() local
281 ByteBuffer buffer = ByteBuffer.allocate(totalBytes); in putStringSet() local
293 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Integer.BYTES); in putInt() local
302 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Long.BYTES); in putLong() local
311 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Float.BYTES); in putFloat() local
320 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Byte.BYTES); in putBoolean() local
547 ByteBuffer buffer = ByteBuffer.wrap(value); in getDecryptedObject() local
/security/security-crypto-ktx/src/androidTest/java/androidx/security/crypto/
DKtxTests.kt144 val buffer = ByteArray(1024) in testEncryptedFileExtension() constant