Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/common/src/
H A Dcrypto.rs248 let raw_key = <Vec<u8>>::from_cbor_value(raw_key_value)?; in from_cbor_value() localVariable
259 let raw_key = <Vec<u8>>::from_cbor_value(raw_key_value)?; in from_cbor_value() localVariable
274 let raw_key = <Vec<u8>>::from_cbor_value(raw_key_value)?; in from_cbor_value() localVariable
282 let raw_key = <Vec<u8>>::from_cbor_value(raw_key_value)?; in from_cbor_value() localVariable
295 let raw_key = <Vec<u8>>::from_cbor_value(raw_key_value)?; in from_cbor_value() localVariable
/aosp_15_r20/external/tink/cc/internal/
H A 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
H A 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
H A Dregistry_impl_test.cc860 std::string raw_key = in TEST_F() local
890 std::string raw_key = in TEST_F() local
/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A 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
/aosp_15_r20/external/cronet/crypto/
H A Dsymmetric_key_unittest.cc89 const std::string& raw_key = key->key(); in TEST_P() local
107 const std::string& raw_key = key->key(); in TEST_P() local
H A Dsymmetric_key.cc121 const std::string& raw_key) { in Import()
/aosp_15_r20/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
/aosp_15_r20/external/libchrome/crypto/
H A Dsymmetric_key.cc89 const std::string& raw_key) { in Import()
H A Dsymmetric_key_unittest.cc75 const std::string& raw_key = key->key(); in TEST_P() local
/aosp_15_r20/system/keymint/tests/src/bin/
H A Dauth-keyblob-parse.rs105 let raw_key = keyblob.key_material.clone(); in process() localVariable
/aosp_15_r20/external/tink/cc/aead/
H A Daead_factory_test.cc124 AesGcmKey raw_key; in TEST_F() local
/aosp_15_r20/trusty/user/base/lib/hwwsk/
Dclient.c92 const void* raw_key, in hwwsk_generate_key()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
H A Dload_balancer_config.cc45 AES_KEY raw_key; in BuildKey() local
H A Dload_balancer_config_test.cc39 constexpr char raw_key[] = { variable
H A Dload_balancer_encoder_test.cc205 const char raw_key[] = { in TEST_F() local
/aosp_15_r20/external/tink/cc/signature/
H A Dsignature_config_test.cc266 const std::string raw_key = subtle::Random::GetRandomBytes(32); in TEST_F() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcertificate_util.cc189 EVP_PKEY* raw_key = nullptr; in MakeKeyPairForSelfSignedCertificate() local
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Dp256.rs70 let raw_key = self.0.to_x962_uncompressed(); localVariable
/aosp_15_r20/trusty/user/app/keymint/keys/
Dlegacy.rs81 let raw_key = self.hkdf.hkdf(&[], &explicit!(root_kek)?.0, &info, 256 / 8)?; in derive_kek() localVariable
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dservice_encryption_key.rs160 let raw_key = self.derive_raw_service_encryption_key(encryption_key)?; in derive_service_encryption_key() localVariable
Dopaque_key.rs816 let raw_key = hkdf in derive_raw_key_material() localVariable
/aosp_15_r20/trusty/user/base/lib/hwwsk/rust/src/
Dlib.rs121 raw_key: Vec<u8>, field
/aosp_15_r20/external/open-dice/src/
H A Dtest_utils.cc744 uint8_t raw_key[DICE_PRIVATE_KEY_SEED_SIZE]; in CreateFakeUdsCertificate() local