Searched refs:ccp_ctx (Results 1 – 1 of 1) sorted by relevance
67 chacha20poly1305_ctx ccp_ctx; member173 rc = chacha20poly1305_init(&esp_ccp_ctx->ccp_ctx, in esp_chachapoly_schedule()226 rc = chacha20poly1305_finalize(&esp_ccp_ctx->ccp_ctx, tag); in esp_chachapoly_encrypt_finalize()252 rc = chacha20poly1305_verify(&esp_ccp_ctx->ccp_ctx, tag); in esp_chachapoly_decrypt_finalize()311 rc = chacha20poly1305_reset(&esp_ccp_ctx->ccp_ctx); in esp_chachapoly_encrypt()348 rc = chacha20poly1305_setnonce(&esp_ccp_ctx->ccp_ctx, (uint8_t *)nonce); in esp_chachapoly_encrypt()358 rc = chacha20poly1305_aad(&esp_ccp_ctx->ccp_ctx, in esp_chachapoly_encrypt()387 rc = chacha20poly1305_encrypt(&esp_ccp_ctx->ccp_ctx, in esp_chachapoly_encrypt()456 rc = chacha20poly1305_reset(&esp_ccp_ctx->ccp_ctx); in esp_chachapoly_decrypt()482 rc = chacha20poly1305_setnonce(&esp_ccp_ctx->ccp_ctx, (uint8_t *)nonce); in esp_chachapoly_decrypt()[all …]