Searched defs:randomBytes (Results 1 - 12 of 12) sorted by relevance

/external/tpm2/
H A DGetRandom_fp.h14 typedef struct { TPM2B_DIGEST randomBytes; } GetRandom_Out; member in struct:__anon21085
/external/okhttp/okio/okio/src/test/java/okio/
H A DTestUtil.java40 static ByteString randomBytes(int length) { method in class:TestUtil
42 byte[] randomBytes = new byte[length];
43 random.nextBytes(randomBytes);
44 return ByteString.of(randomBytes);
/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DCipherInputStreamTest.java37 static byte[] randomBytes(int size) { method in class:CipherInputStreamTest
44 return new SecretKeySpec(randomBytes(keySizeInBytes), "AES");
50 return new GCMParameterSpec(8 * tagSizeInBytes, randomBytes(ivSizeInBytes));
71 this.pt = randomBytes(ptSize);
72 this.aad = randomBytes(aadSize);
H A DCipherOutputStreamTest.java36 static byte[] randomBytes(int size) { method in class:CipherOutputStreamTest
43 return new SecretKeySpec(randomBytes(keySizeInBytes), "AES");
49 return new GCMParameterSpec(8 * tagSizeInBytes, randomBytes(ivSizeInBytes));
70 this.pt = randomBytes(ptSize);
71 this.aad = randomBytes(aadSize);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DSpdy3ConnectionTest.java1334 String longString = ByteString.of(randomBytes(2048)).base64();
1353 private byte[] randomBytes(int length) { method in class:Spdy3ConnectionTest
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 654 milliseconds