/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CountingSecureRandom.java | 52 public synchronized void nextBytes(byte[] bytes) { in nextBytes() method in CountingSecureRandom 56 mDelegate.nextBytes(bytes); in nextBytes()
|
D | ImportWrappedKeyTest.java | 91 random.nextBytes(keyMaterial); in testKeyStore_ImportWrappedKey() 154 random.nextBytes(keyMaterial); in testKeyStore_ImportWrappedKey_3DES() 202 random.nextBytes(keyMaterial); in testKeyStore_ImportWrappedKey_3DES_StrongBox() 242 random.nextBytes(keyMaterial); in testKeyStore_ImportWrappedKey_AES_StrongBox() 274 random.nextBytes(keyMaterial); in testKeyStore_ImportWrappedKey_AES_StrongBox() 316 random.nextBytes(iv); in wrapKey() 320 random.nextBytes(aesKeyBytes); in wrapKey()
|
/cts/tests/tests/security/src/android/security/cts/activity/ |
D | SecureRandomService.java | 52 sr.nextBytes(randomBytes);
|
/cts/tests/tests/graphics/src/android/graphics/fonts/ |
D | FontFileUpdateRequestTest.java | 45 new Random(0).nextBytes(signature); in construct()
|
/cts/tests/backup/app/src/android/backup/app/ |
D | MainActivity.java | 68 new Random().nextBytes(bytes); in createFile()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
D | MifareUltralightTagTester.java | 57 random.nextBytes(onePage); in writeTag()
|
D | NdefTagTester.java | 102 random.nextBytes(id);
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | DataSharingActivity.java | 63 sRandom.nextBytes(mDataWritten); in onStart()
|
D | OutOfProcessDataSharingService.java | 91 sRandom.nextBytes(mDataWritten); in shareData()
|
D | DataSharingService.java | 79 sRandom.nextBytes(mDataWritten); in shareData()
|
/cts/tests/security/src/android/keystore/cts/ |
D | CertificateUtils.java | 45 new SecureRandom().nextBytes(serialBytes); in createCertificate()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicHistogram.java | 73 r.nextBytes(i); in testNorm() 195 r.nextBytes(i); in testDot()
|
D | RsUnpackColor8888Test.java | 50 r.nextBytes(inArray); in testRsUnpackColor8888RGB()
|
D | AllocationCreateAllocationsTest.java | 115 r.nextBytes(dataIn); in testMultipleIoReceive_USAGE_IO_INPUT()
|
D | AllocationCopyPaddedTest.java | 32 random.nextBytes(inArray); in test_AllocationPadded_Byte3_1D() 61 random.nextBytes(inArray); in test_AllocationPadded_Byte3_2D() 91 random.nextBytes(inArray); in test_AllocationPadded_Byte3_3D() 611 random.nextBytes(inArray); in test_AllocationPadded_copy1DRangeTo_Byte3() 813 random.nextBytes(inArray); in test_AllocationPadded_copy2DRangeTo_Byte3() 991 random.nextBytes(inArray); in test_AllocationPadded_copy1DRangeToUnchecked_Byte3()
|
D | AllocationCopyToTest.java | 42 random.nextBytes(inArray); in test_Allocationcopy1DRangeTo_Byte() 240 random.nextBytes(inArray); in test_Allocationcopy2DRangeTo_Byte() 423 random.nextBytes(inArray); in test_Allocationcopy3DRangeTo_Byte() 658 random.nextBytes(inArray); in test_Allocationcopy1DRangeToUnchecked_Byte()
|
/cts/hostsidetests/backup/BackupEligibility/src/ |
D | BackupEligibilityTest.java | 120 new Random().nextBytes(bytes); in addData()
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | AttestationTest.java | 63 random.nextBytes(challenge); in attestationTest()
|
D | HkdfTest.java | 73 sRandom.nextBytes(bytes); in randBytes()
|
/cts/hostsidetests/backup/FullBackupOnly/src/ |
D | FullBackupOnlyTest.java | 141 new Random().nextBytes(bytes); in addData()
|
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/ |
D | CtsRecognitionService.java | 102 mRandom.nextBytes(buffer); in maybeRespond()
|
/cts/hostsidetests/backup/fullbackupapp/src/android/cts/backup/fullbackupapp/ |
D | FullbackupTest.java | 139 new Random().nextBytes(bytes); in addData()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/ |
D | UsbAccessoryTestActivity.java | 146 (new Random()).nextBytes(origBuffer32); in onAttached() 149 (new Random()).nextBytes(origBufferMax); in onAttached()
|
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/ |
D | UaSecurityProtocolIdentifierTest.java | 216 rand.nextBytes(arr);
|
/cts/tests/tests/soundtrigger/src/android/soundtrigger/cts/ |
D | SoundTriggerTest.java | 72 new Random().nextBytes(TEST_MODEL_DATA); in setUpClass()
|