Searched refs:gcm_field_point (Results 1 – 2 of 2) sorted by relevance
544 state->gcm_field_point[0] = P_CC3XX->ghash.ghash_iv_0[0]; in cc3xx_lowlevel_aes_get_state()545 state->gcm_field_point[1] = P_CC3XX->ghash.ghash_iv_0[1]; in cc3xx_lowlevel_aes_get_state()546 state->gcm_field_point[2] = P_CC3XX->ghash.ghash_iv_0[2]; in cc3xx_lowlevel_aes_get_state()547 state->gcm_field_point[3] = P_CC3XX->ghash.ghash_iv_0[3]; in cc3xx_lowlevel_aes_get_state()582 P_CC3XX->ghash.ghash_iv_0[0] = state->gcm_field_point[0]; in cc3xx_lowlevel_aes_set_state()583 P_CC3XX->ghash.ghash_iv_0[1] = state->gcm_field_point[1]; in cc3xx_lowlevel_aes_set_state()584 P_CC3XX->ghash.ghash_iv_0[2] = state->gcm_field_point[2]; in cc3xx_lowlevel_aes_set_state()585 P_CC3XX->ghash.ghash_iv_0[3] = state->gcm_field_point[3]; in cc3xx_lowlevel_aes_set_state()
84 uint32_t gcm_field_point[AES_GCM_FIELD_POINT_SIZE / sizeof(uint32_t)]; member