Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/encrypt_fw/src/
Dencrypt.c17 #define IV_STRING_SIZE 24 macro
48 if (strlen(nonce_string) != IV_STRING_SIZE) { in gcm_encrypt()