blob: dcc46c51a11d593a4048754d1c015b528ea279f3 [file] [log] [blame]
/* RSA and CUSTK used for verifying USB images.
*
* Copyright (C) 2015 Google, Inc.
*/
#ifndef USB_KEY_H__
#define USB_KEY_H__
/* USB images need to be signed with RSAK specially marked for USB use.
* It is the content of the production key store file: ext_rsa1.noenc.store
*/
#define USB_CUST_KSTORE_LEN 0
#define USB_EXT_RSAKSTORE_LEN 0
#endif //USB_KEY_H__