| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | tlsv1_common.c | 321 tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf() argument
|
| /base/hiviewdfx/hitrace/frameworks/native/ |
| H A D | hitracechainc.c | 209 const uint32_t seed = 131; in HashFunc() local
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/ |
| H A D | iso_task_common.c | 571 static int AuthGeneratePsk(const Uint8Buff *seed, IsoParams *params) in AuthGeneratePsk() argument 598 AuthGeneratePskUsePin(const Uint8Buff *seed, IsoParams *params, const char *pinString) AuthGeneratePskUsePin() argument [all...] |
| /base/startup/hvb/libhvb/src/crypto/ |
| H A D | hvb_rsa_verify.c | 135 static int rsa_gen_mask_mgf_v1(uint8_t *seed, uint32_t seed_len, in rsa_gen_mask_mgf_v1() argument
|
| /foundation/ability/idl_tool/util/ |
| H A D | string.cpp | 220 unsigned int seed = 31; // 31 131 1313 13131 131313 etc.. in GetHashCode() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/ |
| H A D | dialog_session_manager.cpp | 48 std::random_device seed; in GenerateDialogSessionId() local
|
| /test/ostest/wukong/report/src/ |
| H A D | report.cpp | 530 void Report::SetSeed(std::string seed) in SetSeed() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | svq1dec.c | 514 uint8_t seed; in svq1_parse_string() local
|
| H A D | opus_celt.h | 123 uint32_t seed; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vsrc_gradients.c | 50 int64_t seed; member
|
| /third_party/ffmpeg/libavresample/ |
| H A D | dither.c | 45 unsigned int seed; member
|
| /third_party/ffmpeg/libswresample/tests/ |
| H A D | swresample.c | 238 uint32_t seed = 0; in main() local
|
| /third_party/cups-filters/filter/ |
| H A D | rastertopclx.c | 975 *seed; /* Seed buffer pointer */ in CompressData() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | ctr_drbg.c | 452 unsigned char seed[MBEDTLS_CTR_DRBG_MAX_SEED_INPUT]; in mbedtls_ctr_drbg_reseed_internal() local [all...] |
| H A D | lmots.c | 563 mbedtls_lmots_generate_private_key(mbedtls_lmots_private_t *ctx, mbedtls_lmots_algorithm_type_t type, const unsigned char I_key_identifier[MBEDTLS_LMOTS_I_KEY_ID_LEN], uint32_t q_leaf_identifier, const unsigned char *seed, size_t seed_size) mbedtls_lmots_generate_private_key() argument
|
| H A D | lms.c | 554 mbedtls_lms_generate_private_key(mbedtls_lms_private_t *ctx, mbedtls_lms_algorithm_type_t type, mbedtls_lmots_algorithm_type_t otstype, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, const unsigned char *seed, size_t seed_size) mbedtls_lms_generate_private_key() argument
|
| /third_party/ninja/src/ |
| H A D | build_log.cc | 67 static const uint64_t seed = 0xDECAFBADDECAFBADull;
in MurmurHash64A() local
|
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| H A D | ns-icmpv6_sender.c | 640 u_int32_t seed; in thrust_fakes() local
|
| H A D | ns-common.c | 231 u_int32_t seed; in bit_change_seed() local
|
| /third_party/ltp/testcases/kernel/mem/mmapstress/ |
| H A D | mmapstress10.c | 173 unsigned int seed; local 536 unsigned int seed; local 909 unsigned int seed; global() local [all...] |
| /third_party/node/deps/v8/src/utils/ |
| H A D | allocation.cc | 190 void SetRandomMmapSeed(int64_t seed) { in SetRandomMmapSeed() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rand/ |
| H A D | rand_lib.c | 394 EVP_RAND_CTX *seed; member 835 RAND_set_seed_source_type(OSSL_LIB_CTX *ctx, const char *seed, const char *propq) RAND_set_seed_source_type() argument [all...] |
| /third_party/openssl/test/testutil/ |
| H A D | driver.c | 46 static int seed = 0; variable
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | ByteStringTest.java | 61 static byte[] getTestBytes(int size, long seed) { in getTestBytes() argument
|
| /third_party/python/Lib/ |
| H A D | random.py | 128 def seed(self, a=None, version=2): member in Random 814 def seed(sel member in SystemRandom 832 seed = _inst.seed global() variable [all...] |