Home
last modified time | relevance | path

Searched refs:bootutil_key (Results 1 – 13 of 13) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dsign_key.h36 struct bootutil_key { struct
41 extern const struct bootutil_key bootutil_keys[]; argument
43 struct bootutil_key {
48 extern struct bootutil_key bootutil_keys[];
Denc_key.h58 int boot_enc_retrieve_private_key(struct bootutil_key **private_key);
/mcuboot-latest/sim/mcuboot-sys/csupport/
Dkeys.c161 const struct bootutil_key bootutil_keys[] = {
274 const struct bootutil_key bootutil_enc_key = {
295 const struct bootutil_key bootutil_enc_key = {
312 const struct bootutil_key bootutil_enc_key = {
326 const struct bootutil_key bootutil_enc_key = {
/mcuboot-latest/boot/cypress/MCUBootApp/
Dkeys.c120 const struct bootutil_key bootutil_keys[] = {
142 struct bootutil_key bootutil_keys[1] = {
166 const struct bootutil_key bootutil_enc_key = {
/mcuboot-latest/boot/zephyr/
Dkeys.c52 const struct bootutil_key bootutil_keys[] = {
70 struct bootutil_key bootutil_keys[1] = {
82 const struct bootutil_key bootutil_enc_key = {
/mcuboot-latest/boot/espressif/
Dkeys.c31 const struct bootutil_key bootutil_keys[] = {
49 struct bootutil_key bootutil_keys[1] = {
/mcuboot-latest/boot/mbed/
Dapp_enc_keys.c42 const struct bootutil_key bootutil_keys[] = {
63 const struct bootutil_key bootutil_enc_key = {
/mcuboot-latest/ci/mynewt_keys/enc_rsa/src/
Dkeys.c125 const struct bootutil_key bootutil_enc_key = {
/mcuboot-latest/ci/mynewt_keys/enc_kw/src/
Dkeys.c27 const struct bootutil_key bootutil_enc_key = {
/mcuboot-latest/testplan/mynewt/keys/ec256/src/
Dkeys.c13 const struct bootutil_key bootutil_keys[] = {
/mcuboot-latest/testplan/mynewt/keys/rsa/src/
Dkeys.c28 const struct bootutil_key bootutil_keys[] = {
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c70 key_unwrap(const uint8_t *wrapped, uint8_t *enckey, struct bootutil_key *bootutil_enc_key) in key_unwrap()
340 extern const struct bootutil_key bootutil_enc_key;
346 int boot_enc_retrieve_private_key(struct bootutil_key **private_key) in boot_enc_retrieve_private_key()
348 *private_key = (struct bootutil_key *)&bootutil_enc_key; in boot_enc_retrieve_private_key()
459 struct bootutil_key *bootutil_enc_key = NULL; in boot_decrypt_key()
Dimage_validate.c280 const struct bootutil_key *key; in bootutil_find_key()