Searched refs:SetWrappedMaterial (Results 1 – 4 of 4) sorted by relevance
783 void SetWrappedMaterial(const void* key_material, size_t length);788 SetWrappedMaterial(wrapped.key_material, wrapped.key_material_size); in SetKeyMaterial()
388 request.SetWrappedMaterial(wrappedKeyData.data(), wrappedKeyData.size()); in importWrappedKey()
415 request.SetWrappedMaterial(wrappedKeyData.data(), wrappedKeyData.size()); in importWrappedKey()
660 void ImportWrappedKeyRequest::SetWrappedMaterial(const void* key_material, size_t length) { in SetWrappedMaterial() function in keymaster::ImportWrappedKeyRequest