Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c82 static unsigned long usable_envsize; variable
83 #define ENV_SIZE usable_envsize
983 const int len = usable_envsize; in env_aes_cbc_crypt()
1497 usable_envsize = CUR_ENVSIZE - sizeof(uint32_t); in parse_config()
1499 usable_envsize -= sizeof(char); in parse_config()
1502 usable_envsize &= ~(AES_KEY_LENGTH - 1); in parse_config()