Searched refs:ESP_GCM_IVLEN (Results 1 – 1 of 1) sorted by relevance
87 #define ESP_GCM_IVLEN 8 macro608 if (ivlen != (implicit_iv ? 0 : ESP_GCM_IVLEN)) { in esp_gcm_schedule()696 unsigned char nonce[ESP_GCM_SALT_LEN + ESP_GCM_IVLEN]; in esp_gcm_encrypt_aes()702 if (ivlen != (implicit_iv ? 0 : ESP_GCM_IVLEN)) { in esp_gcm_encrypt_aes()941 unsigned char nonce[ESP_GCM_SALT_LEN + ESP_GCM_IVLEN]; in esp_gcm_decrypt_aes()947 if (ivlen != (implicit_iv ? 0 : ESP_GCM_IVLEN)) { in esp_gcm_decrypt_aes()968 u_int8_t iv[ESP_GCM_IVLEN] __attribute__((aligned(4))); in esp_gcm_decrypt_aes()