Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/encrypt_fw/include/
Dencrypt.h16 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string,
/trusted-firmware-a-latest/tools/encrypt_fw/src/
Dmain.c219 ret = encrypt_file(fw_enc_status, key_alg, key, nonce, in_fn, out_fn); in main()
Dencrypt.c157 int encrypt_file(unsigned short fw_enc_status, int enc_alg, char *key_string, in encrypt_file() function