Searched refs:esp_chachapoly_ctx_t (Results 1 – 1 of 1) sorted by relevance
70 } esp_chachapoly_ctx_s, *esp_chachapoly_ctx_t; typedef153 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_schedule()164 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_schedule()201 ((sav->sched != NULL && ((esp_chachapoly_ctx_t)sav->sched)->ccp_implicit_iv) || in esp_chachapoly_ivlen()214 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_encrypt_finalize()225 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_encrypt_finalize()240 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_decrypt_finalize()251 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_decrypt_finalize()283 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_encrypt()288 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_encrypt()[all …]