Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dencrypt.c17 #define IV_STRING_SIZE 24 macro
48 if (strlen(nonce_string) != IV_STRING_SIZE) { in gcm_encrypt()