| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) | |
| /* | |
| * Copyright (c) 2019 Amlogic, Inc. All rights reserved. | |
| */ | |
| /* use avbtool extract_public_key --key private.pem --out public.key */ | |
| const char avb2_kpub_production[520] = {0x0}; | |
| const int avb2_kpub_production_len = sizeof(avb2_kpub_production) / sizeof(char); |