Home
last modified time | relevance | path

Searched defs:randBytes (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DRandom.java27 public static byte[] randBytes(int size) { in randBytes() method in Random
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DRandom.java60 public static byte[] randBytes(int size) { in randBytes() method in Random
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DProvisionedKeyTest.java39 private static byte[] randBytes() { in randBytes() method in ProvisionedKeyTest
DRegistrationBinderTest.java99 private static byte[] randBytes() { in randBytes() method in RegistrationBinderTest
/aosp_15_r20/system/security/identity/util/test/java/com/android/security/identity/internal/
H A DHkdfTest.java73 static byte[] randBytes(int numBytes) { in randBytes() method in HkdfTest
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/
Dsmhasher_test.go71 func randBytes(r *rand.Rand, b []byte) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dhash_test.go666 func randBytes(r *rand.Rand, b []byte) { func
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.cpp971 unsigned char randBytes[2 * kSecureTransportRandomBufferSize]; in HandleMbedtlsExportKeys() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/vxworks/
H A Dmod.rs1807 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/vxworks/
H A Dmod.rs1807 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/vxworks/
H A Dmod.rs1807 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/vxworks/
H A Dmod.rs1807 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/vxworks/
H A Dmod.rs1807 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/vxworks/
H A Dmod.rs1807 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/vxworks/
Dmod.rs1904 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() function
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...