Home
last modified time | relevance | path

Searched defs:raw_key (Results 1 – 17 of 17) sorted by relevance

/external/tink/cc/internal/
Dconfiguration_impl_test.cc215 std::string raw_key = AddAesGcmKeyToKeyset( in TEST() local
239 std::string raw_key = AddAesGcmKeyToKeyset( in TEST() local
269 std::string raw_key = AddAesGcmKeyToKeyset( in TEST() local
433 std::string raw_key = AddAesGcmKeyToKeyset( in TEST() local
Dkeyset_wrapper_store_test.cc267 std::string raw_key = AddAesGcmKeyToKeyset(keyset, 13, OutputPrefixType::TINK, in TEST() local
324 std::string raw_key = AddAesGcmKeyToKeyset(keyset, 13, OutputPrefixType::TINK, in TEST() local
388 std::string raw_key = AddAesGcmKeyToKeyset(keyset, 13, OutputPrefixType::TINK, in TEST() local
Dregistry_impl_test.cc860 std::string raw_key = in TEST_F() local
890 std::string raw_key = in TEST_F() local
/external/cronet/crypto/
Dsymmetric_key_unittest.cc89 const std::string& raw_key = key->key(); in TEST_P() local
109 const std::string& raw_key = key->key(); in TEST_P() local
Dsymmetric_key.cc126 const std::string& raw_key) { in Import()
/external/vulkan-validation-layers/scripts/
Dhelper_file_generator.py745 …def dro_to_key(raw_key): return re.search('^VK_DEBUG_REPORT_OBJECT_TYPE_(.*)_EXT$', raw_key).group… argument
746 …def vko_to_key(raw_key): return re.search('^VK_OBJECT_TYPE_(.*)', raw_key).group(1).lower().replac… argument
747 … def kenum_to_key(raw_key): return re.search('^kVulkanObjectType(.*)', raw_key).group(1).lower() argument
/external/rust/crates/openssl/src/
Daes.rs274 let raw_key = "000102030405060708090A0B0C0D0E0F"; in ige_vector_1() localVariable
298 let raw_key = Vec::from_hex("000102030405060708090A0B0C0D0E0F").unwrap(); in test_wrap_unwrap() localVariable
/external/libchrome/crypto/
Dsymmetric_key.cc89 const std::string& raw_key) { in Import()
Dsymmetric_key_unittest.cc75 const std::string& raw_key = key->key(); in TEST_P() local
/external/tink/cc/aead/
Daead_factory_test.cc124 AesGcmKey raw_key; in TEST_F() local
/external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
Dload_balancer_config.cc44 AES_KEY raw_key; in BuildKey() local
Dload_balancer_config_test.cc22 constexpr char raw_key[] = { variable
Dload_balancer_encoder_test.cc206 const char raw_key[] = { in TEST_F() local
/external/tink/cc/signature/
Dsignature_config_test.cc266 const std::string raw_key = subtle::Random::GetRandomBytes(32); in TEST_F() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcertificate_util.cc189 EVP_PKEY* raw_key = nullptr; in MakeKeyPairForSelfSignedCertificate() local
/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Dp256.rs70 let raw_key = self.0.to_x962_uncompressed(); localVariable
/external/open-dice/src/
Dtest_utils.cc776 uint8_t raw_key[DICE_PRIVATE_KEY_SEED_SIZE]; in CreateFakeUdsCertificate() local