Searched refs:bootutil_enc_key (Results 1 – 7 of 7) sorted by relevance
274 const struct bootutil_key bootutil_enc_key = { variable295 const struct bootutil_key bootutil_enc_key = { variable312 const struct bootutil_key bootutil_enc_key = { variable326 const struct bootutil_key bootutil_enc_key = { variable
70 key_unwrap(const uint8_t *wrapped, uint8_t *enckey, struct bootutil_key *bootutil_enc_key) in key_unwrap() argument76 rc = bootutil_aes_kw_set_unwrap_key(&aes_kw, bootutil_enc_key->key, *bootutil_enc_key->len); in key_unwrap()340 extern const struct bootutil_key bootutil_enc_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() local462 rc = boot_enc_retrieve_private_key(&bootutil_enc_key); in boot_decrypt_key()467 if (bootutil_enc_key == NULL) { in boot_decrypt_key()474 cp = (uint8_t *)bootutil_enc_key->key; in boot_decrypt_key()475 cpend = cp + *bootutil_enc_key->len; in boot_decrypt_key()494 assert(*bootutil_enc_key->len == BOOT_ENC_KEY_SIZE); in boot_decrypt_key()[all …]
125 const struct bootutil_key bootutil_enc_key = { variable
27 const struct bootutil_key bootutil_enc_key = { variable
63 const struct bootutil_key bootutil_enc_key = { variable
166 const struct bootutil_key bootutil_enc_key = { variable
82 const struct bootutil_key bootutil_enc_key = { variable