Home
last modified time | relevance | path

Searched defs:seed2 (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/prng/prng_gtest/
H A Dprng_rand_r_test.cpp22 unsigned int seed2 = SEED2; in HWTEST_F() local
/third_party/astc-encoder/Source/
H A Dastcenc_partition_tables.cpp163 uint8_t seed2 = (rnum >> 4) & 0xF; in select_partition() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp140 uint8_t seed2 = (rnum >> 4) & 0xF; in select_partition() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c25 tls1_PRF(SSL *s, const void *seed1, size_t seed1_len, const void *seed2, size_t seed2_len, const void *seed3, size_t seed3_len, const void *seed4, size_t seed4_len, const void *seed5, size_t seed5_len, const unsigned char *sec, size_t slen, unsigned char *out, size_t olen, int fatal) tls1_PRF() argument
/third_party/openssl/ssl/
H A Dt1_enc.c25 tls1_PRF(SSL *s, const void *seed1, size_t seed1_len, const void *seed2, size_t seed2_len, const void *seed3, size_t seed3_len, const void *seed4, size_t seed4_len, const void *seed5, size_t seed5_len, const unsigned char *sec, size_t slen, unsigned char *out, size_t olen, int fatal) tls1_PRF() argument
/third_party/openssl/test/
H A Dbad_dtls_test.c65 do_PRF(const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, unsigned char *out, int olen) do_PRF() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sim_common.c231 prf_prime(const u8 *k, const char *seed1, const u8 *seed2, size_t seed2_len, const u8 *seed3, size_t seed3_len, u8 *res, size_t res_len) prf_prime() argument
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c658 struct drbg_string seed1, seed2, vdata; in drbg_hmac_update() local
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c660 struct drbg_string seed1, seed2, vdata; in drbg_hmac_update() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.c235 prf_prime(const u8 *k, const char *seed1, const u8 *seed2, size_t seed2_len, const u8 *seed3, size_t seed3_len, u8 *res, size_t res_len) prf_prime() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp284 uint8_t seed2 = (rnum >> 4) & 0xF; in select_partition() local
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc309 const int seed2 = GetRandomSeedFromFlag(kMaxRandomSeed + 1); in TEST() local

Completed in 25 milliseconds