Searched refs:gcm_state (Results 1 – 2 of 2) sorted by relevance
352 ctx->gcm_state = ESP_AES_GCM_STATE_INIT; in esp_aes_gcm_init()412 if (ctx->gcm_state == ESP_AES_GCM_STATE_INIT) { in esp_aes_gcm_starts()441 ctx->gcm_state = ESP_AES_GCM_STATE_START; in esp_aes_gcm_starts()471 if (ctx->gcm_state != ESP_AES_GCM_STATE_START) { in esp_aes_gcm_update_ad()527 if (ctx->gcm_state == ESP_AES_GCM_STATE_START) { in esp_aes_gcm_update()532 ctx->gcm_state = ESP_AES_GCM_STATE_UPDATE; in esp_aes_gcm_update()533 } else if (ctx->gcm_state == ESP_AES_GCM_STATE_UPDATE) { in esp_aes_gcm_update()
44 esp_aes_gcm_state gcm_state; member