summaryrefslogtreecommitdiff
path: root/chip/g/loader/key_ladder.h
blob: 778dc04aea1b6e435140b907f513b50cbab144f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright 2015 The Chromium OS Authors. All rights reserved.
 * 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 <inttypes.h>
#include <stddef.h>

void key_ladder_step(uint32_t certificate, const uint32_t *input);

#endif  /* ! __EC_CHIP_G_LOADER_KEY_LADDER_H */