Home
last modified time | relevance | path

Searched defs:kKeyBytes (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dutil_test.cc1070 const UInt128 kKeyBytes = {0x9B, in TEST() local
1111 const UInt128 kKeyBytes = {0x9B, in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/random/internal/
H A Dranden_round_keys.cc87 static constexpr size_t kKeyBytes = 2176; variable
H A Dranden_traits.h77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_round_keys.cc87 static constexpr size_t kKeyBytes = 2176; variable
Dranden_traits.h77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2; member
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/
H A Dranden_round_keys.cc87 static constexpr size_t kKeyBytes = 2176; variable
H A Dranden_traits.h77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/
H A Dranden_round_keys.cc87 static constexpr size_t kKeyBytes = 2176; variable
H A Dranden_traits.h77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2; member
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
H A Dranden_round_keys.cc87 static constexpr size_t kKeyBytes = 2176; variable
H A Dranden_traits.h77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2; member
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A Dranden_round_keys.cc87 static constexpr size_t kKeyBytes = 2176; variable
H A Dranden_traits.h77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2; member
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A Dranden_round_keys.cc87 static constexpr size_t kKeyBytes = 2176; variable
H A Dranden_traits.h77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2; member
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dstring_projection_base.cc48 const int kKeyBytes = sizeof(float) + sizeof(int32_t); variable