blob: 3ab930032310218d45c31d83d82f2feddb5eeac9 [file] [log] [blame] [edit]
/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef __EC_CHIP_G_LOADER_KEY_LADDER_H
#define __EC_CHIP_G_LOADER_KEY_LADDER_H
#include <stdint.h>
#include <stddef.h>
void key_ladder_step(uint32_t certificate, const uint32_t *input);
#endif /* ! __EC_CHIP_G_LOADER_KEY_LADDER_H */