HomeSort by relevance Sort by last modified time
    Searched refs:kKey1 (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/evp/
pbkdf_test.cc 62 const uint8_t kKey1[] = {0x0c, 0x60, 0xc8, 0x0f, 0x96, 0x1f, 0x0e,
70 uint8_t key[sizeof(kKey1)];
75 EVP_sha1(), sizeof(kKey1), key));
76 EXPECT_EQ(Bytes(kKey1), Bytes(key, sizeof(kKey1)));
91 const uint8_t kKey1[] = {0xae, 0x4d, 0x0c, 0x95, 0xaf, 0x6b, 0x46, 0xd3,
107 static_assert(sizeof(key) >= sizeof(kKey1), "output too small");
110 EVP_sha256(), sizeof(kKey1), key));
111 EXPECT_EQ(Bytes(kKey1), Bytes(key, sizeof(kKey1)));
    [all...]
  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 45 : kKey1(kLbId1, kLbTag1, kUser1, kClientIp1),
88 const LoadRecordKey kKey1;
216 store_lb_id_1->MergeRow(kKey1, LoadRecordValue());
217 store_invalid_lb_id_1->MergeRow(kKey1, LoadRecordValue());
233 store_lb_id_1->MergeRow(kKey1, LoadRecordValue());
234 store_invalid_lb_id_1->MergeRow(kKey1, LoadRecordValue());
309 load_data_store.MergeRow(kHostname1, kKey1, v1);
323 EXPECT_EQ(store_lb_id_1->load_record_map().find(kKey1)->second.start_count(),
331 load_data_store.MergeRow(kHostname1, kKey1, v4);
333 EXPECT_EQ(store_lb_id_1->load_record_map().find(kKey1)->second.start_count()
    [all...]
  /external/boringssl/src/crypto/rsa_extra/
rsa_test.cc 85 // kKey1 is a DER-encoded RSAPrivateKey.
86 static const uint8_t kKey1[] =
153 // kOAEPCiphertext1 is a sample encryption of |kPlaintext| with |kKey1| using
391 {kKey1, sizeof(kKey1) - 1, kOAEPCiphertext1, sizeof(kOAEPCiphertext1) - 1},
590 RSA_private_key_from_bytes(kKey1, sizeof(kKey1) - 1));
598 EXPECT_EQ(Bytes(kKey1, sizeof(kKey1) - 1), Bytes(der, der_len));
    [all...]

Completed in 1043 milliseconds