/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/ |
H A D | lib.rs | 164 pub fn random_bytes(&self, out: &mut [u8]) -> Result<(), BoringsslCryptoError> { in random_bytes() function 187 fn random_bytes(&self, out: &mut [u8]) -> Result<(), Self::Error> { in random_bytes() function 396 fn random_bytes() { in random_bytes() function
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/ |
D | ec.rs | 112 let random_bytes: [u8; P192r1::PRIVATE_KEY_SIZE] = thread_rng().gen(); in generate_p192() localVariable 128 let random_bytes: [u8; P256r1::PRIVATE_KEY_SIZE] = thread_rng().gen(); in generate_p256() localVariable
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/rand_ext/src/ |
D | lib.rs | 34 pub fn random_bytes<const B: usize, C: CryptoProvider>(rng: &mut C::CryptoRng) -> [u8; B] { in random_bytes() function
|
/aosp_15_r20/external/openscreen/cast/standalone_receiver/ |
H A D | cast_service.cc | 83 std::array<uint8_t, kCastUniqueIdLength> random_bytes; in CastService() local
|
/aosp_15_r20/external/jazzer-api/launcher/ |
H A D | fuzzed_data_provider_test.cpp | 64 auto random_bytes = std::vector<uint8_t>(kValidModifiedUtf8NumBytes); in TEST_F() local
|
/aosp_15_r20/external/rust/crates/uguid/tests/ |
D | test_guid.rs | 74 let random_bytes = [ in test_from_random_bytes() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/uguid/tests/ |
D | test_guid.rs | 74 let random_bytes = [ in test_from_random_bytes() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ |
D | lib.rs | 229 fn random_bytes() -> impl Iterator<Item = u8> { in random_bytes() function
|
/aosp_15_r20/external/cronet/testing/clusterfuzz/common/ |
H A D | fuzzy_types.py | 194 random_bytes = lambda: random.randint(0x00, 0xFF) function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/ |
H A D | structured.rs | 353 let random_bytes: Vec<u8> = (0..4000).map(|_| rand::random::<u8>()).collect(); in test_split_merge_qr() localVariable
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/random/unix/ |
H A D | apr_random.c | 77 apr_size_t random_bytes; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | test_utils.rs | 388 pub fn random_bytes(count: usize) -> Vec<u8> { in random_bytes() function
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/protoapi/ |
D | testing_api.proto | 354 bytes random_bytes = 1; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/ |
D | crypto.rs | 466 fn random_bytes(&self, out: &mut [u8]) -> Result<(), Self::Error>; in random_bytes() method
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | dtls.py | 220 def __init__(self, gmt_unix_time, random_bytes): argument
|
/aosp_15_r20/external/vboot_reference/firmware/include/ |
H A D | tpm2_tss_constants.h | 316 TPM2B_DIGEST random_bytes; member
|
/aosp_15_r20/external/icing/icing/ |
H A D | icing-search-engine_blob_test.cc | 106 std::vector<unsigned char> random_bytes(length); in GenerateRandomBytes() local
|
/aosp_15_r20/external/libpng/contrib/libtests/ |
H A D | pngvalid.c | 3568 png_byte random_bytes[4]; in make_standard_palette() local 8275 png_byte random_bytes[8]; /* 8 bytes - 64 bits - the biggest pixel */ in image_transform_png_set_background_set() local
|
/aosp_15_r20/external/gsc-utils/tpm_generated/ |
H A D | tpm_generated.cc | 14995 TPM2B_DIGEST* random_bytes, in ParseResponse_GetRandom() 15099 TPM2B_DIGEST random_bytes; in GetRandomResponseParser() local 15130 TPM2B_DIGEST* random_bytes, in GetRandomSync()
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ |
D | jsse.jar | META-INF/
META-INF/MANIFEST.MF
com/sun/net/ssl/ ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ |
D | jsse.jar | META-INF/
META-INF/MANIFEST.MF
com/sun/net/ssl/ ... |