/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | pbkdf_test.cc | 27 const uint8_t kKey[] = {0xa3, 0x3d, 0xdd, 0xc3, 0x04, 0x78, 0x18, in TEST() local 30 uint8_t key[sizeof(kKey)]; in TEST() 33 EVP_sha1(), sizeof(kKey), key)); in TEST() 34 EXPECT_EQ(Bytes(kKey), Bytes(key)); in TEST() 37 EVP_sha1(), sizeof(kKey), key)); in TEST() 38 EXPECT_EQ(Bytes(kKey), Bytes(key)); in TEST() 44 const uint8_t kKey[] = {0x8b, 0xc2, 0xf9, 0x16, 0x7a, 0x81, 0xcd, 0xcf, in TEST() local 48 uint8_t key[sizeof(kKey)]; in TEST() 51 sizeof(kKey), key)); in TEST() 52 EXPECT_EQ(Bytes(kKey), Bytes(key)); in TEST() [all …]
|
/external/boringssl/src/crypto/evp/ |
D | pbkdf_test.cc | 27 const uint8_t kKey[] = {0xa3, 0x3d, 0xdd, 0xc3, 0x04, 0x78, 0x18, in TEST() local 30 uint8_t key[sizeof(kKey)]; in TEST() 33 EVP_sha1(), sizeof(kKey), key)); in TEST() 34 EXPECT_EQ(Bytes(kKey), Bytes(key)); in TEST() 37 EVP_sha1(), sizeof(kKey), key)); in TEST() 38 EXPECT_EQ(Bytes(kKey), Bytes(key)); in TEST() 44 const uint8_t kKey[] = {0x8b, 0xc2, 0xf9, 0x16, 0x7a, 0x81, 0xcd, 0xcf, in TEST() local 48 uint8_t key[sizeof(kKey)]; in TEST() 51 sizeof(kKey), key)); in TEST() 52 EXPECT_EQ(Bytes(kKey), Bytes(key)); in TEST() [all …]
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_context_mutators.h | 61 static const grpc::string& Key() { return kKey; } in Key() 68 static const grpc::string kKey; 84 static const grpc::string& Key() { return kKey; } in Key() 91 static const grpc::string kKey; 127 const grpc::string RandomBinaryMetadata<length>::kKey = "foo-bin"; 134 const grpc::string RandomAsciiMetadata<length>::kKey = "foo";
|
/external/boringssl/src/crypto/cmac/ |
D | cmac_test.cc | 75 static const uint8_t kKey[16] = { in TEST() local 117 test("RFC 4493 #1", kKey, sizeof(kKey), NULL, 0, kOut1); in TEST() 118 test("RFC 4493 #2", kKey, sizeof(kKey), kMsg2, sizeof(kMsg2), kOut2); in TEST() 119 test("RFC 4493 #3", kKey, sizeof(kKey), kMsg3, sizeof(kMsg3), kOut3); in TEST() 120 test("RFC 4493 #4", kKey, sizeof(kKey), kMsg4, sizeof(kMsg4), kOut4); in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/cmac/ |
D | cmac_test.cc | 75 static const uint8_t kKey[16] = { in TEST() local 117 test("RFC 4493 #1", kKey, sizeof(kKey), NULL, 0, kOut1); in TEST() 118 test("RFC 4493 #2", kKey, sizeof(kKey), kMsg2, sizeof(kMsg2), kOut2); in TEST() 119 test("RFC 4493 #3", kKey, sizeof(kKey), kMsg3, sizeof(kMsg3), kOut3); in TEST() 120 test("RFC 4493 #4", kKey, sizeof(kKey), kMsg4, sizeof(kMsg4), kOut4); in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable 230 CRYPTO_chacha_20(buf.get(), kInput, len, kKey, kNonce, kCounter); in TEST() 235 CRYPTO_chacha_20(buf.get(), buf.get(), len, kKey, kNonce, kCounter); in TEST() 243 OPENSSL_memcpy(key, kKey, sizeof(key)); in TEST()
|
/external/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable 230 CRYPTO_chacha_20(buf.get(), kInput, len, kKey, kNonce, kCounter); in TEST() 235 CRYPTO_chacha_20(buf.get(), buf.get(), len, kKey, kNonce, kCounter); in TEST() 243 OPENSSL_memcpy(key, kKey, sizeof(key)); in TEST()
|
/external/webrtc/rtc_base/experiments/ |
D | rate_control_settings.cc | 57 constexpr char CongestionWindowConfig::kKey[]; member in webrtc::CongestionWindowConfig 73 constexpr char VideoRateControlConfig::kKey[]; member in webrtc::VideoRateControlConfig 98 key_value_config->Lookup(CongestionWindowConfig::kKey))) { in RateControlSettings() 106 key_value_config->Lookup(VideoRateControlConfig::kKey)); in RateControlSettings()
|
D | rate_control_settings.h | 24 static constexpr char kKey[] = "WebRTC-CongestionWindow"; member 34 static constexpr char kKey[] = "WebRTC-VideoRateControl"; member
|
/external/webrtc/modules/video_coding/codecs/av1/ |
D | scalability_structure_l2t2_key_shift.h | 42 kKey, enumerator 48 FramePattern next_pattern_ = kKey;
|
D | scalability_structure_l2t2_key.h | 42 kKey, enumerator 48 FramePattern next_pattern_ = kKey;
|
D | scalability_structure_l2t2.h | 42 kKey, enumerator 48 FramePattern next_pattern_ = kKey;
|
D | scalability_structure_l2t2_key_shift.cc | 76 next_pattern_ = kKey; in NextFrameConfig() 83 case kKey: in NextFrameConfig()
|
D | scalability_structure_l2t2_key.cc | 76 next_pattern_ = kKey; in NextFrameConfig() 83 case kKey: in NextFrameConfig()
|
D | scalability_structure_l2t2.cc | 76 next_pattern_ = kKey; in NextFrameConfig() 84 case kKey: in NextFrameConfig()
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | acknowledged_bitrate_estimator_interface.cc | 21 constexpr char RobustThroughputEstimatorSettings::kKey[]; member in webrtc::RobustThroughputEstimatorSettings 26 key_value_config->Lookup(RobustThroughputEstimatorSettings::kKey)); in RobustThroughputEstimatorSettings()
|
D | delay_based_bwe.cc | 48 constexpr char BweIgnoreSmallPacketsSettings::kKey[]; member in webrtc::BweIgnoreSmallPacketsSettings 49 constexpr char BweSeparateAudioPacketsSettings::kKey[]; member in webrtc::BweSeparateAudioPacketsSettings 54 key_value_config->Lookup(BweIgnoreSmallPacketsSettings::kKey)); in BweIgnoreSmallPacketsSettings() 68 key_value_config->Lookup(BweSeparateAudioPacketsSettings::kKey)); in BweSeparateAudioPacketsSettings()
|
D | delay_based_bwe.h | 37 static constexpr char kKey[] = "WebRTC-BweIgnoreSmallPacketsFix"; member 52 static constexpr char kKey[] = "WebRTC-Bwe-SeparateAudioPackets"; member
|
D | acknowledged_bitrate_estimator_interface.h | 26 static constexpr char kKey[] = "WebRTC-Bwe-RobustThroughputEstimatorSettings"; member
|
D | trendline_estimator.h | 30 static constexpr char kKey[] = "WebRTC-Bwe-TrendlineEstimatorSettings"; member
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_test.cc | 278 const uint8_t kKey[256/8] = {0}; in TEST() local 292 vpaes_set_encrypt_key(kKey, bits, &key); in TEST() 301 vpaes_set_decrypt_key(kKey, bits, &key); in TEST() 311 CHECK_ABI(vpaes_set_encrypt_key, kKey, bits, &key); in TEST() 324 CHECK_ABI(vpaes_set_decrypt_key, kKey, bits, &key); in TEST() 336 CHECK_ABI(aes_hw_set_encrypt_key, kKey, bits, &key); in TEST() 349 CHECK_ABI(aes_hw_set_decrypt_key, kKey, bits, &key); in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_test.cc | 278 const uint8_t kKey[256/8] = {0}; in TEST() local 292 vpaes_set_encrypt_key(kKey, bits, &key); in TEST() 301 vpaes_set_decrypt_key(kKey, bits, &key); in TEST() 311 CHECK_ABI(vpaes_set_encrypt_key, kKey, bits, &key); in TEST() 324 CHECK_ABI(vpaes_set_decrypt_key, kKey, bits, &key); in TEST() 336 CHECK_ABI(aes_hw_set_encrypt_key, kKey, bits, &key); in TEST() 349 CHECK_ABI(aes_hw_set_decrypt_key, kKey, bits, &key); in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 164 static const uint8_t kKey[16] = {0}; in TEST() local 174 aes_hw_set_encrypt_key(kKey, 128, &aes_key); in TEST() 181 aes_hw_set_decrypt_key(kKey, 128, &aes_key); in TEST()
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 164 static const uint8_t kKey[16] = {0}; in TEST() local 174 aes_hw_set_encrypt_key(kKey, 128, &aes_key); in TEST() 181 aes_hw_set_decrypt_key(kKey, 128, &aes_key); in TEST()
|
/external/perfetto/src/traced/probes/ps/ |
D | process_stats_data_source.cc | 469 enum { kKey, kSeparator, kValue } state = kKey; in WriteMemCounters() enumerator 531 state = kKey; in WriteMemCounters() 535 if (state == kKey) { in WriteMemCounters()
|