Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Desp_chachapoly.h38 #define ESP_CHACHAPOLY_ICV_LEN 16 macro
H A Desp_chachapoly.c219 if (tag_bytes != ESP_CHACHAPOLY_ICV_LEN) { in esp_chachapoly_encrypt_finalize()
245 if (tag_bytes != ESP_CHACHAPOLY_ICV_LEN) { in esp_chachapoly_decrypt_finalize()
H A Desp_core.c256 .icvlen = ESP_CHACHAPOLY_ICV_LEN,