Home
last modified time | relevance | path

Searched refs:randomBytes (Results 1 – 19 of 19) sorted by relevance

/external/tpm2/
DGetRandom.c21 out->randomBytes.t.size = sizeof(TPMU_HA); in TPM2_GetRandom()
23 out->randomBytes.t.size = in->bytesRequested; in TPM2_GetRandom()
25 CryptGenerateRandom(out->randomBytes.t.size, out->randomBytes.t.buffer); in TPM2_GetRandom()
DGetRandom_fp.h14 typedef struct { TPM2B_DIGEST randomBytes; } GetRandom_Out; member
DMarshal_GetRandom.c27 total_size += TPM2B_DIGEST_Marshal(&source->randomBytes, buffer, size); in GetRandom_Out_Marshal()
Dpart3.txt6343 TPM2B_DIGEST randomBytes the random octets
6370 15 out->randomBytes.t.size = sizeof(TPMU_HA);
6372 17 out->randomBytes.t.size = in->bytesRequested;
6374 19 CryptGenerateRandom(out->randomBytes.t.size, out->randomBytes.t.buffer);
/external/okhttp/okio/okio/src/test/java/okio/
DTestUtil.java40 static ByteString randomBytes(int length) { in randomBytes() method in TestUtil
42 byte[] randomBytes = new byte[length]; in randomBytes()
43 random.nextBytes(randomBytes); in randomBytes()
44 return ByteString.of(randomBytes); in randomBytes()
DInflaterSourceTest.java25 import static okio.TestUtil.randomBytes;
72 ByteString original = randomBytes(1024 * 1024); in inflatePoorlyCompressed()
DDeflaterSinkTest.java25 import static okio.TestUtil.randomBytes;
68 ByteString original = randomBytes(1024 * 1024); in deflatePoorlyCompressed()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomDataImpl.java165 byte[] randomBytes = new byte[(len / 2) + 1]; in nextHexString()
166 ran.nextBytes(randomBytes); in nextHexString()
169 for (int i = 0; i < randomBytes.length; i++) { in nextHexString()
170 Integer c = Integer.valueOf(randomBytes[i]); in nextHexString()
270 byte[] randomBytes = new byte[40]; in nextSecureHexString()
271 secRan.nextBytes(randomBytes); in nextSecureHexString()
272 alg.update(randomBytes); in nextSecureHexString()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3ConnectionTest.java1316 String longString = ByteString.of(randomBytes(2048)).base64();
1334 private byte[] randomBytes(int length) {
/external/tpm2/generator/
Dcommands.txt806 _NAME randomBytes
Draw_commands.txt11034 randomBytes
11094 out->randomBytes.t.size = sizeof(TPMU_HA);
11096 out->randomBytes.t.size = in->bytesRequested;
11097 CryptGenerateRandom(out->randomBytes.t.size, out->randomBytes.t.buffer);
Draw_commands_fixed.txt11045 randomBytes
11105 out->randomBytes.t.size = sizeof(TPMU_HA);
11107 out->randomBytes.t.size = in->bytesRequested;
11108 CryptGenerateRandom(out->randomBytes.t.size, out->randomBytes.t.buffer);
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...