Searched refs:wrapped_key_blob (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/include/keymaster/contexts/ |
D | keymaster2_passthrough_context.h | 106 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | keymaster1_passthrough_context.h | 119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | pure_soft_keymaster_context.h | 90 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
D | soft_keymaster_context.h | 88 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 142 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/system/keymaster/contexts/ |
D | pure_soft_keymaster_context.cpp | 301 const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument 315 error = parse_wrapped_key(wrapped_key_blob, &iv, &transit_key, &secure_key, &tag, in UnwrapKey()
|
/system/keymaster/tests/ |
D | android_keymaster_test.cpp | 1943 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key.c_str()), in TEST_F() 1945 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F() 1991 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key_masked.c_str()), in TEST_F() 1993 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F() 2023 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key_masked.c_str()), in TEST_F() 2025 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F() 2053 KeymasterKeyBlob wrapped_key_blob(reinterpret_cast<const uint8_t*>(wrapped_key.c_str()), in TEST_F() 2055 request.SetKeyMaterial(wrapped_key_blob, import_response.key_blob); in TEST_F()
|