Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Dcommon.c141 static int env_aes_cbc_crypt(env_t *env, const int enc) in env_aes_cbc_crypt() function
166 static inline int env_aes_cbc_crypt(env_t *env, const int enc) in env_aes_cbc_crypt() function
193 ret = env_aes_cbc_crypt(ep, 0); in env_import()
275 ret = env_aes_cbc_crypt(env_out, 1); in env_export()
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c114 static int env_aes_cbc_crypt(char *data, const int enc, uint8_t *key);
317 ret = env_aes_cbc_crypt(environment.data, 1, in fw_env_flush()
980 static int env_aes_cbc_crypt(char *payload, const int enc, uint8_t *key) in env_aes_cbc_crypt() function
1186 ret = env_aes_cbc_crypt(environment.data, 0, in fw_env_open()
1248 ret = env_aes_cbc_crypt(redundant->data, 0, in fw_env_open()