Home
last modified time | relevance | path

Searched refs:ccp_ctx (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/netinet6/
H A Desp_chachapoly.c67 chacha20poly1305_ctx ccp_ctx; member
154 rc = chacha20poly1305_init(&esp_ccp_ctx->ccp_ctx, in esp_chachapoly_schedule()
208 rc = chacha20poly1305_finalize(&esp_ccp_ctx->ccp_ctx, tag); in esp_chachapoly_encrypt_finalize()
234 rc = chacha20poly1305_verify(&esp_ccp_ctx->ccp_ctx, tag); in esp_chachapoly_decrypt_finalize()
293 rc = chacha20poly1305_reset(&esp_ccp_ctx->ccp_ctx); in esp_chachapoly_encrypt()
330 rc = chacha20poly1305_setnonce(&esp_ccp_ctx->ccp_ctx, (uint8_t *)nonce); in esp_chachapoly_encrypt()
340 rc = chacha20poly1305_aad(&esp_ccp_ctx->ccp_ctx, in esp_chachapoly_encrypt()
366 rc = chacha20poly1305_encrypt(&esp_ccp_ctx->ccp_ctx, in esp_chachapoly_encrypt()
436 rc = chacha20poly1305_reset(&esp_ccp_ctx->ccp_ctx); in esp_chachapoly_decrypt()
462 rc = chacha20poly1305_setnonce(&esp_ccp_ctx->ccp_ctx, (uint8_t *)nonce); in esp_chachapoly_decrypt()
[all …]