Searched refs:bootutil_key (Results 1 – 13 of 13) sorted by relevance
36 struct bootutil_key { struct41 extern const struct bootutil_key bootutil_keys[]; argument43 struct bootutil_key {48 extern struct bootutil_key bootutil_keys[];
58 int boot_enc_retrieve_private_key(struct bootutil_key **private_key);
161 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 = {
120 const struct bootutil_key bootutil_keys[] = {142 struct bootutil_key bootutil_keys[1] = {166 const struct bootutil_key bootutil_enc_key = {
52 const struct bootutil_key bootutil_keys[] = {70 struct bootutil_key bootutil_keys[1] = {82 const struct bootutil_key bootutil_enc_key = {
31 const struct bootutil_key bootutil_keys[] = {49 struct bootutil_key bootutil_keys[1] = {
42 const struct bootutil_key bootutil_keys[] = {63 const struct bootutil_key bootutil_enc_key = {
125 const struct bootutil_key bootutil_enc_key = {
27 const struct bootutil_key bootutil_enc_key = {
13 const struct bootutil_key bootutil_keys[] = {
28 const struct bootutil_key bootutil_keys[] = {
70 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()
280 const struct bootutil_key *key; in bootutil_find_key()