Searched refs:esp_chachapoly_ctx_t (Results 1 – 1 of 1) sorted by relevance
70 } esp_chachapoly_ctx_s, *esp_chachapoly_ctx_t; typedef134 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_schedule()145 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_schedule()182 ((sav->sched != NULL && ((esp_chachapoly_ctx_t)sav->sched)->ccp_implicit_iv) || in esp_chachapoly_ivlen()196 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_encrypt_finalize()207 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_encrypt_finalize()222 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_decrypt_finalize()233 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_decrypt_finalize()265 esp_chachapoly_ctx_t esp_ccp_ctx; in esp_chachapoly_encrypt()270 esp_ccp_ctx = (esp_chachapoly_ctx_t)sav->sched; in esp_chachapoly_encrypt()[all …]