Home
last modified time | relevance | path

Searched refs:enc_alg (Results 1 – 2 of 2) 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 Dencrypt.c157 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string, in encrypt_file() argument
160 switch (enc_alg) { in encrypt_file()