Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Desp_chachapoly.c68 uint8_t ccp_salt[ESP_CHACHAPOLY_SALT_LEN]; member
162 memcpy(esp_ccp_ctx->ccp_salt, in esp_chachapoly_schedule()
164 sizeof(esp_ccp_ctx->ccp_salt)); in esp_chachapoly_schedule()
307 memcpy(nonce, esp_ccp_ctx->ccp_salt, ESP_CHACHAPOLY_SALT_LEN); in esp_chachapoly_encrypt()
448 memcpy(nonce, esp_ccp_ctx->ccp_salt, ESP_CHACHAPOLY_SALT_LEN); in esp_chachapoly_decrypt()
558 memcpy(nonce, esp_ccp_ctx->ccp_salt, ESP_CHACHAPOLY_SALT_LEN); in esp_chachapoly_encrypt_data()
647 memcpy(nonce, esp_ccp_ctx->ccp_salt, ESP_CHACHAPOLY_SALT_LEN); in esp_chachapoly_decrypt_data()