Home
last modified time | relevance | path

Searched defs:randomBytes (Results 1 – 25 of 157) sorted by relevance

1234567

/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
H A DTestingCommon.kt31 fun randomBytes(length: Int): ByteString { in randomBytes() method
33 val randomBytes = ByteArray(length) in randomBytes() constant
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DTestUtil.kt57 fun randomBytes(length: Int): ByteString { in randomBytes() method
59 val randomBytes = ByteArray(length) in randomBytes() constant
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/api/
H A DTss2_Sys_GetRandom.c43 TPM2B_DIGEST *randomBytes) in Tss2_Sys_GetRandom_Complete()
64 TPM2B_DIGEST *randomBytes, in Tss2_Sys_GetRandom()
/aosp_15_r20/external/tpm2-tss/src/tss2-esys/api/
H A DEsys_GetRandom.c66 TPM2B_DIGEST **randomBytes) in Esys_GetRandom()
219 TPM2B_DIGEST **randomBytes) in Esys_GetRandom_Finish()
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/activity/
H A DISecureRandomService.aidl20 int getRandomBytesAndPid(inout byte[] randomBytes); in getRandomBytesAndPid()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSecureRandomUtils.java26 public static byte[] randomBytes(int length) { in randomBytes() method in SecureRandomUtils
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Desys-get-random.int.c36 TPM2B_DIGEST *randomBytes; in test_esys_get_random() local
H A Dfapi-get-random.int.c42 uint8_t *randomBytes; in test_fapi_get_random() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
H A DGetRandom_fp.h52 TPM2B_DIGEST randomBytes; member
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/util/
H A DSecretBytes.java48 public static SecretBytes randomBytes(int length) { in randomBytes() method in SecretBytes
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DAbstractInputStreamTest.java41 private byte[] randomBytes; field in AbstractInputStreamTest
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/it/java/software/amazon/awssdk/transfer/s3/
H A DS3TransferManagerCopyIntegrationTest.java96 private static byte[] randomBytes(long size) { in randomBytes() method in S3TransferManagerCopyIntegrationTest
H A DS3TransferManagerUploadDirectoryIntegrationTest.java242 private static byte[] randomBytes(long size) { in randomBytes() method in S3TransferManagerUploadDirectoryIntegrationTest
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/testing/
H A DTestUtilTest.java37 final byte[] randomBytes = new byte[512]; field in TestUtilTest
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DTestUtil.java40 static ByteString randomBytes(int length) { in randomBytes() method in TestUtil
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyGeneratorTest.java183 private static byte[] randomBytes(int n) { in randomBytes() method in RecoverableKeyGeneratorTest
/aosp_15_r20/external/aws-sdk-java-v2/test/s3-benchmarks/src/main/java/software/amazon/awssdk/s3benchmarks/s3express/
H A DS3BenchmarkTestUtils.java156 public static byte[] randomBytes(long size) { in randomBytes() method in S3BenchmarkTestUtils
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/multipart/
H A DS3ClientMultiPartCopyIntegrationTest.java210 public static byte[] randomBytes(long size) { in randomBytes() method in S3ClientMultiPartCopyIntegrationTest
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages_test.go126 func randomBytes(n int, rand *rand.Rand) []byte { func
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DCipherOutputStreamTest.java36 static byte[] randomBytes(int size) { in randomBytes() method in CipherOutputStreamTest
H A DCipherInputStreamTest.java37 static byte[] randomBytes(int size) { in randomBytes() method in CipherInputStreamTest
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DSecureRandom.java1108 private byte[] randomBytes; field in SecureRandom
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DCipherOutputStreamTest.java68 static byte[] randomBytes(int size) { in randomBytes() method in CipherOutputStreamTest
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DSecureRandom.java1108 private byte[] randomBytes; field in SecureRandom
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DSecureRandom.java1108 private byte[] randomBytes; field in SecureRandom

1234567