Searched refs:NX_GCM4106_NONCE_LEN (Results 1 – 2 of 2) sorted by relevance
94 #define NX_GCM4106_NONCE_LEN (4) macro102 u8 nonce[NX_GCM4106_NONCE_LEN];
463 memcpy(iv, nonce, NX_GCM4106_NONCE_LEN); in gcm4106_aes_nx_encrypt()464 memcpy(iv + NX_GCM4106_NONCE_LEN, req->iv, 8); in gcm4106_aes_nx_encrypt()476 memcpy(iv, nonce, NX_GCM4106_NONCE_LEN); in gcm4106_aes_nx_decrypt()477 memcpy(iv + NX_GCM4106_NONCE_LEN, req->iv, 8); in gcm4106_aes_nx_decrypt()