Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/encrypt_fw/src/
Dencrypt.c24 const char *op_name) in gcm_encrypt() argument
66 op_file = fopen(op_name, "wb"); in gcm_encrypt()
68 ERROR("Cannot write %s\n", op_name); in gcm_encrypt()
158 char *nonce_string, const char *ip_name, const char *op_name) in encrypt_file() argument
163 ip_name, op_name); in encrypt_file()
/trusted-firmware-a-latest/tools/encrypt_fw/include/
Dencrypt.h17 char *nonce_string, const char *ip_name, const char *op_name);