]> git.sur5r.net Git - u-boot/blobdiff - tools/env/fw_env.h
Merge git://git.denx.de/u-boot-spi
[u-boot] / tools / env / fw_env.h
index 2d37eb505309601ad6720533d02389a831c5a6b0..b86ca78ba27489f57ff2dc1602f259fa5f9614f8 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <stdint.h>
-#include <uboot_aes.h>
 
 /*
  * Programs using the library must check which API is available,
@@ -19,13 +18,9 @@ struct env_opts {
 #ifdef CONFIG_FILE
        char *config_file;
 #endif
-       int aes_flag; /* Is AES encryption used? */
-       uint8_t aes_key[AES_KEY_LENGTH];
        char *lockname;
 };
 
-int parse_aes_key(char *key, uint8_t *bin_key);
-
 /**
  * fw_printenv() - print one or several environment variables
  *