NX_GCM4106_NONCE_LEN 448 drivers/crypto/nx/nx-aes-gcm.c memcpy(iv, nonce, NX_GCM4106_NONCE_LEN); NX_GCM4106_NONCE_LEN 449 drivers/crypto/nx/nx-aes-gcm.c memcpy(iv + NX_GCM4106_NONCE_LEN, req->iv, 8); NX_GCM4106_NONCE_LEN 465 drivers/crypto/nx/nx-aes-gcm.c memcpy(iv, nonce, NX_GCM4106_NONCE_LEN); NX_GCM4106_NONCE_LEN 466 drivers/crypto/nx/nx-aes-gcm.c memcpy(iv + NX_GCM4106_NONCE_LEN, req->iv, 8); NX_GCM4106_NONCE_LEN 92 drivers/crypto/nx/nx.h u8 nonce[NX_GCM4106_NONCE_LEN];