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

  /external/chromium_org/crypto/
hkdf_unittest.cc 18 const char* key_hex; member in struct:test::__anon12565::HKDFTest
60 ASSERT_TRUE(base::HexStringToBytes(test.key_hex, &data));
  /external/chromium_org/content/child/webcrypto/test/
rsa_oaep_unittest.cc 406 const std::string key_hex = "000102030405060708090A0B0C0D0E0F"; local
411 ImportSecretKeyFromRaw(HexStringToBytes(key_hex),
432 EXPECT_BYTES_EQ_HEX(key_hex, decrypted_key);
450 EXPECT_BYTES_EQ_HEX(key_hex, raw_key);
524 const std::string key_hex = "000102030405060708090a0b0c0d0e0f"; local
529 ImportSecretKeyFromRaw(HexStringToBytes(key_hex),
551 decrypted_jwk, "A128CBC", key_hex, blink::WebCryptoKeyUsageEncrypt));
569 EXPECT_BYTES_EQ_HEX(key_hex, raw_key);
test_helpers.cc 528 std::string key_hex; local
533 key_hex = "3f1e7cd4f6f8543f6b1e16002e688623";
536 key_hex =
540 key_hex =
545 key_hex =
555 HexStringToBytes(key_hex), import_algorithm, usages);
560 EXPECT_TRUE(VerifySecretJwk(json, jwk_alg, key_hex, usages));
580 EXPECT_BYTES_EQ_HEX(key_hex, key_raw_out);
aes_cbc_unittest.cc 35 const std::string key_hex = "2b7e151628aed2a6abf7158809cf4f3c"; local
37 HexStringToBytes(key_hex),
45 EXPECT_BYTES_EQ_HEX(key_hex, raw_key);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.h 25 const char *key_hex; member in struct:wps_new_ap_settings
wpa_cli.c 871 char key_hex[2 * 64 + 1]; local
881 key_hex[0] = '\0';
886 os_snprintf(&key_hex[i * 2], 3, "%02x",
894 key_hex);
1000 char key_hex[2 * 64 + 1]; local
1010 key_hex[0] = '\0';
1015 os_snprintf(&key_hex[i * 2], 3, "%02x",
1023 key_hex);
    [all...]
wps_supplicant.c     [all...]
ctrl_iface.c 1270 ap.key_hex = new_key;
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 545 char key_hex[2 * 64 + 1]; local
561 key_hex[0] = '\0';
566 os_snprintf(&key_hex[i * 2], 3, "%02x",
573 ssid_hex, argv[1], argv[2], key_hex);

Completed in 138 milliseconds