Home
last modified time | relevance | path

Searched refs:nonce_string (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/tools/encrypt_fw/src/
H A Dencrypt.c23 char *nonce_string, const char *ip_name, in gcm_encrypt() argument
48 if (strlen(nonce_string) != IV_STRING_SIZE) { in gcm_encrypt()
49 ERROR("Unsupported IV size: %lu\n", strlen(nonce_string)); in gcm_encrypt()
54 if (sscanf(&nonce_string[j], "%02hhx", &iv[i]) != 1) { in gcm_encrypt()
158 char *nonce_string, const char *ip_name, const char *op_name) in encrypt_file() argument
162 return gcm_encrypt(fw_enc_status, key_string, nonce_string, in encrypt_file()
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/encrypt_fw/src/
Dencrypt.c23 char *nonce_string, const char *ip_name, in gcm_encrypt() argument
48 if (strlen(nonce_string) != IV_STRING_SIZE) { in gcm_encrypt()
49 ERROR("Unsupported IV size: %lu\n", strlen(nonce_string)); in gcm_encrypt()
54 if (sscanf(&nonce_string[j], "%02hhx", &iv[i]) != 1) { in gcm_encrypt()
158 char *nonce_string, const char *ip_name, const char *op_name) in encrypt_file() argument
162 return gcm_encrypt(fw_enc_status, key_string, nonce_string, in encrypt_file()
/aosp_15_r20/external/arm-trusted-firmware/tools/encrypt_fw/include/
H A Dencrypt.h17 char *nonce_string, const char *ip_name, const char *op_name);
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/encrypt_fw/include/
Dencrypt.h17 char *nonce_string, const char *ip_name, const char *op_name);