Searched refs:ccp_salt (Results 1 – 1 of 1) sorted by relevance
68 uint8_t ccp_salt[ESP_CHACHAPOLY_SALT_LEN]; member162 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()