Home
last modified time | relevance | path

Searched defs:seed (Results 76 - 100 of 733) sorted by relevance

12345678910>>...30

/third_party/skia/third_party/externals/tint/fuzzers/
H A Ddata_builder.h36 explicit DataBuilder(uint64_t seed) : generator_(seed) {} in DataBuilder() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnonsecure_base_test.cc224 void seed(SeedSequence&& seq) { in seed() function
/third_party/rust/crates/serde/serde/src/
H A Dlib.rs314 mod seed; modules
/third_party/skia/bench/
H A DPerlinNoiseBench.cpp41 test(int loops, SkCanvas* canvas, int x, int y, float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, bool stitchTiles) test() argument
/third_party/spirv-tools/source/
H A Dspirv_fuzzer_options.cpp44 spvFuzzerOptionsSetRandomSeed( spv_fuzzer_options options, uint32_t seed) spvFuzzerOptionsSetRandomSeed() argument
/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_fuzz_fuzzer.cpp63 uint32_t seed = random_gen.GetUInt32(std::numeric_limits<uint32_t>::max()); in LLVMFuzzerTestOneInput() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
H A DvktPipelineUniqueRandomIterator.hpp56 UniqueRandomIterator<T>::UniqueRandomIterator (deUint32 numItems, deUint32 numValues, int seed) in UniqueRandomIterator() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dfips_prf_openssl.c48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
H A Dfips_prf_wolfssl.c36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
H A Dsha1-tprf.c29 sha1_t_prf(const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) sha1_t_prf() argument
H A Dsha256-kdf.c32 hmac_sha256_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha256_kdf() argument
H A Dsha256-tlsprf.c29 tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf_sha256() argument
H A Dsha384-kdf.c32 hmac_sha384_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha384_kdf() argument
H A Dsha512-kdf.c32 hmac_sha512_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha512_kdf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dfips_prf_openssl.c48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
H A Dfips_prf_wolfssl.c36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
H A Dsha1-tprf.c29 sha1_t_prf(const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) sha1_t_prf() argument
H A Dsha256-kdf.c32 hmac_sha256_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha256_kdf() argument
H A Dsha256-tlsprf.c29 tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf_sha256() argument
H A Dsha384-kdf.c32 hmac_sha384_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha384_kdf() argument
H A Dsha384-tlsprf.c29 tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf_sha384() argument
H A Dsha512-kdf.c32 hmac_sha512_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha512_kdf() argument
/base/security/crypto_framework/plugin/mbedtls_plugin/rand/src/
H A Dmbedtls_rand.c101 static void MbedtlsSetSeed(HcfRandSpi *self, HcfBlob *seed) in MbedtlsSetSeed() argument
/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h31 uint8_t seed[SEED_SIZE]; member

Completed in 7 milliseconds

12345678910>>...30