/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | handshake_messages_test.go | 139 func (*clientHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 227 func (*serverHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 285 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 298 func (*certificateMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 308 func (*certificateRequestMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 317 func (*certificateVerifyMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 325 func (*certificateStatusMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 331 func (*clientKeyExchangeMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 337 func (*finishedMsg) Generate(rand *rand.Rand, size int) reflect.Value { func 343 func (*newSessionTicketMsg) Generate(rand *rand.Rand, size int) reflect.Value { func [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | alias_test.go | 31 func (bigInt) Generate(rand *rand.Rand, size int) reflect.Value { func 43 func (notZeroInt) Generate(rand *rand.Rand, size int) reflect.Value { func 58 func (positiveInt) Generate(rand *rand.Rand, size int) reflect.Value { func 67 func (prime) Generate(r *rand.Rand, size int) reflect.Value { func 79 func (zeroOrOne) Generate(rand *rand.Rand, size int) reflect.Value { func 87 func (smallUint) Generate(rand *rand.Rand, size int) reflect.Value { func
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg.cc | 85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry 92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry 99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry 106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry 234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
|
H A D | fast_uniform_bits.h | 136 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function 163 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg.cc | 85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry 92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry 99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry 106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry 234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
|
H A D | fast_uniform_bits.h | 137 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function 164 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/ |
H A D | pool_urbg.cc | 85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry 92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry 99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry 106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry 234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
|
H A D | fast_uniform_bits.h | 136 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function 163 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
|
/aosp_15_r20/external/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg.cc | 85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry 92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry 99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry 106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry 234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
|
H A D | fast_uniform_bits.h | 137 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function 164 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | pool_urbg.cc | 85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry 92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry 99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry 106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry 234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
|
D | fast_uniform_bits.h | 136 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function 163 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg.cc | 85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry 92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry 99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry 106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry 234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
|
H A D | fast_uniform_bits.h | 137 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function 164 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/ |
H A D | pool_urbg.cc | 85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry 92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry 99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry 106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry 235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
|
H A D | fast_uniform_bits.h | 135 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function 161 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_key_share.cc | 48 bool Generate(CBB *out) override { in Generate() function in __anon3bf431340111::ECKeyShare 144 bool Generate(CBB *out) override { in Generate() function in __anon3bf431340111::X25519KeyShare 202 bool Generate(CBB *out) override { in Generate() function in __anon3bf431340111::X25519Kyber768KeyShare
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_key_share.cc | 49 bool Generate(CBB *out) override { in Generate() function in __anon2bbf55810111::ECKeyShare 145 bool Generate(CBB *out) override { in Generate() function in __anon2bbf55810111::X25519KeyShare 203 bool Generate(CBB *out) override { in Generate() function in __anon2bbf55810111::X25519Kyber768KeyShare
|
/aosp_15_r20/external/cronet/net/android/tools/ |
H A D | proxy_test_cases.py | 286 def Generate(self): member in GenerateCPlusPlus 312 def Generate(self): member in GenerateJava
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/ |
D | scalar_test.go | 33 func (Scalar) Generate(rand *mathrand.Rand, size int) reflect.Value { func 238 func (notZeroScalar) Generate(rand *mathrand.Rand, size int) reflect.Value { func
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | ecdsa.hpp | 143 Error Generate(void) { return otPlatCryptoEcdsaGenerateKey(this); } in Generate() function in ot::Crypto::Ecdsa::P256::KeyPair 238 Error Generate(void) const { return otPlatCryptoEcdsaGenerateAndImportKey(mKeyRef); } in Generate() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | helpers.cc | 42 bool Generate(void* buf, size_t len) override { in Generate() function in rtc::SecureRandomGenerator 53 bool Generate(void* buf, size_t len) override { in Generate() function in rtc::TestRandomGenerator
|
/aosp_15_r20/external/zucchini/ |
H A D | zucchini_integration.cc | 167 status::Code Generate(base::File old_file, in Generate() function 179 status::Code Generate(const base::FilePath& old_path, in Generate() function
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSynchronizationTests.cpp | 940 static WriteData Generate(int targetHandle, int seed) in Generate() function 956 static ReadData Generate(int targetHandle, int seed) in Generate() function 977 static WriteDataInterleaved Generate(int targetHandle, int seed, bool evenOdd) in Generate() function 995 static ReadDataInterleaved Generate(int targetHandle, int seed0, int seed1) in Generate() function 1014 static ReadMultipleData Generate(int targetHandle0, int seed0, int targetHandle1, int seed1) in Generate() function 1031 static ReadZeroData Generate(int targetHandle) in Generate() function
|
/aosp_15_r20/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator.cpp | 582 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, OutputStream* out, in Generate() function in aapt::JavaClassGenerator 596 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, in Generate() function in aapt::JavaClassGenerator
|