Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/encrypt_fw/include/
H A Dencrypt.h16 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string,
/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dmain.c221 ret = encrypt_file(fw_enc_status, key_alg, key, nonce, in_fn, out_fn); in main()
H A Dencrypt.c157 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string, in encrypt_file() function