Home
last modified time | relevance | path

Searched refs:wrapped_key_blob (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
H A Dkeymaster1_passthrough_context.h131 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
H A Dsoft_keymaster_context.h91 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
H A Dpure_soft_keymaster_context.h124 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_context.h180 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/aosp12/system/keymaster/contexts/
H A Dpure_soft_keymaster_context.cpp402 const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
416 error = parse_wrapped_key(wrapped_key_blob, &iv, &transit_key, &secure_key, &tag, in UnwrapKey()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp1693 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key.c_str()), in TEST_F()
1695 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F()
1741 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key_masked.c_str()), in TEST_F()
1743 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F()
1773 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key_masked.c_str()), in TEST_F()
1775 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F()
1803 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key.c_str()), in TEST_F()
1805 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F()