/external/boringssl/src/crypto/fipsmodule/tls/ |
D | kdf.c | 71 const uint8_t *seed1, size_t seed1_len, in tls1_P_hash() 141 const uint8_t *seed1, size_t seed1_len, in CRYPTO_tls1_prf()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/tls/ |
D | kdf.c | 71 const uint8_t *seed1, size_t seed1_len, in tls1_P_hash() 141 const uint8_t *seed1, size_t seed1_len, in CRYPTO_tls1_prf()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | random_seed_ops.cc | 41 void FixedSeedGenerator::GenerateSeeds(int64* seed1, int64* seed2) { in GenerateSeeds() 48 void RandomSeedGenerator::GenerateSeeds(int64* seed1, int64* seed2) { in GenerateSeeds()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | random_ops_util.cc | 22 xla::XlaOp GetU64FromS32Seeds(xla::XlaOp seed0, xla::XlaOp seed1) { in GetU64FromS32Seeds()
|
D | stateless_random_ops.cc | 84 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seeds, {1}, {2}, {1}), {}); in StatelessRngUniform() local 120 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seeds, {1}, {2}, {1}), {}); in StatelessRngUniformFullInt() local 304 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seed, {1}, {2}, {1}), {}); in Compile() local
|
D | stateless_random_ops_v2.cc | 480 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seed, {1}, {2}, {1}), {}); in Compile() local 515 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seed, {1}, {2}, {1}), {}); in Compile() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | stateful_random_ops_test.py | 406 def old_normal(dtype, seed1, seed2): argument 411 def old_truncated_normal(dtype, seed1, seed2): argument 416 def old_uniform_int(dtype, seed1, seed2): argument 423 def old_uniform(dtype, seed1, seed2): argument
|
/external/pigweed/pw_random/ |
D | xor_shift_test.cc | 26 constexpr uint64_t seed1 = 5; variable
|
/external/libtextclassifier/native/utils/hash/ |
D | farmhash.h | 212 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
|
/external/icing/icing/text_classifier/lib3/utils/hash/ |
D | farmhash.h | 210 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
|
D | farmhash.cc | 517 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() 1466 uint64_t Hash64WithSeeds(const char* s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
|
/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_partition_tables.cpp | 139 uint8_t seed1 = rnum & 0xF; in select_partition() local
|
/external/boringssl/src/ssl/ |
D | t1_enc.cc | 160 Span<const uint8_t> seed1, Span<const uint8_t> seed2) { in tls1_prf()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | t1_enc.cc | 160 Span<const uint8_t> seed1, Span<const uint8_t> seed2) { in tls1_prf()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stateless_random_ops.cc | 36 uint64 seed1; in GenerateKey() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 930 int seed1; member 949 int seed1; member 1881 glu::ShaderProgram* InterCallTestCase::genReadMultipleProgram (int seed0, int seed1) in genReadMultipleProgram() 2010 glu::ShaderProgram* InterCallTestCase::genReadInterleavedProgram (int seed0, int seed1) in genReadInterleavedProgram() 3255 const int seed1 = 457; in init() local
|
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 340 uint64_t seed1) { in CityHash64WithSeeds()
|
/external/abseil-cpp/absl/hash/internal/ |
D | city.cc | 340 uint64_t seed1) { in CityHash64WithSeeds()
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | city.cc | 340 uint64_t seed1) { in CityHash64WithSeeds()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 340 uint64_t seed1) { in CityHash64WithSeeds()
|
/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
D | city.cc | 343 uint64_t seed1) { in CityHash64WithSeeds()
|
/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 343 uint64_t seed1) { in CityHash64WithSeeds()
|
/external/lua/src/ |
D | lmathlib.c | 611 lua_Unsigned seed1 = (lua_Unsigned)time(NULL); in randseed() local
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.c | 231 static void prf_prime(const u8 *k, const char *seed1, in prf_prime()
|
/external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1697 const Span<const uint8_t> seed1 = args[3]; in TLSKDF() local
|