Home
last modified time | relevance | path

Searched refs:kKey1 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/evp/
Dpbkdf_test.cc62 const uint8_t kKey1[] = {0x0c, 0x60, 0xc8, 0x0f, 0x96, 0x1f, 0x0e, in TEST() local
70 uint8_t key[sizeof(kKey1)]; in TEST()
75 EVP_sha1(), sizeof(kKey1), key)); in TEST()
76 EXPECT_EQ(Bytes(kKey1), Bytes(key, sizeof(kKey1))); in TEST()
91 const uint8_t kKey1[] = {0xae, 0x4d, 0x0c, 0x95, 0xaf, 0x6b, 0x46, 0xd3, in TEST() local
107 static_assert(sizeof(key) >= sizeof(kKey1), "output too small"); in TEST()
110 EVP_sha256(), sizeof(kKey1), key)); in TEST()
111 EXPECT_EQ(Bytes(kKey1), Bytes(key, sizeof(kKey1))); in TEST()
/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_data_store_test.cc45 : kKey1(kLbId1, kLbTag1, kUser1, kClientIp1), in LoadDataStoreTest()
88 const LoadRecordKey kKey1; member in grpc::testing::__anon72ded8250111::LoadDataStoreTest
216 store_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F()
217 store_invalid_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F()
233 store_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F()
234 store_invalid_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F()
309 load_data_store.MergeRow(kHostname1, kKey1, v1); in TEST_F()
323 EXPECT_EQ(store_lb_id_1->load_record_map().find(kKey1)->second.start_count(), in TEST_F()
331 load_data_store.MergeRow(kHostname1, kKey1, v4); in TEST_F()
333 EXPECT_EQ(store_lb_id_1->load_record_map().find(kKey1)->second.start_count(), in TEST_F()
[all …]
/external/boringssl/src/crypto/rsa_extra/
Drsa_test.cc86 static const uint8_t kKey1[] = variable
391 {kKey1, sizeof(kKey1) - 1, kOAEPCiphertext1, sizeof(kOAEPCiphertext1) - 1},
590 RSA_private_key_from_bytes(kKey1, sizeof(kKey1) - 1)); in TEST()
598 EXPECT_EQ(Bytes(kKey1, sizeof(kKey1) - 1), Bytes(der, der_len)); in TEST()
1054 RSA_private_key_from_bytes(kKey1, sizeof(kKey1) - 1)); in TEST()