Searched refs:wrapping_key (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/android_keymaster/ |
D | android_keymaster_messages.cpp | 636 sizeof(uint32_t) /* wrapping_key_data_length */ + wrapping_key.key_material_size + in SerializedSize() 644 buf = serialize_key_blob(wrapping_key, buf, end); in Serialize() 653 deserialize_key_blob(&wrapping_key, buf_ptr, end) && in Deserialize() 665 set_key_blob(&wrapping_key, key_material, length); in SetWrappingMaterial()
|
D | android_keymaster.cpp | 498 context_->UnwrapKey(request.wrapped_key, request.wrapping_key, request.additional_params, in ImportWrappedKey()
|
/system/keymaster/tests/ |
D | android_keymaster_test.cpp | 1835 string wrapping_key = hex2str( variable 1935 import_request.SetKeyMaterial(reinterpret_cast<const uint8_t*>(wrapping_key.c_str()), in TEST_F() 1936 wrapping_key.size()); in TEST_F() 1980 import_request.SetKeyMaterial(reinterpret_cast<const uint8_t*>(wrapping_key.c_str()), in TEST_F() 1981 wrapping_key.size()); in TEST_F() 2012 import_request.SetKeyMaterial(reinterpret_cast<const uint8_t*>(wrapping_key.c_str()), in TEST_F() 2013 wrapping_key.size()); in TEST_F() 2043 import_request.SetKeyMaterial(reinterpret_cast<const uint8_t*>(wrapping_key.c_str()), in TEST_F() 2044 wrapping_key.size()); in TEST_F()
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 797 KeymasterKeyBlob wrapping_key; member
|