Home
last modified time | relevance | path

Searched defs: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
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c980 static int env_aes_cbc_crypt(char *payload, const int enc, uint8_t *key) in env_aes_cbc_crypt() function