Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Desp_chachapoly.h38 #define ESP_CHACHAPOLY_ICV_LEN 16 macro
H A Desp_chachapoly.c201 if (tag_bytes != ESP_CHACHAPOLY_ICV_LEN) { in esp_chachapoly_encrypt_finalize()
227 if (tag_bytes != ESP_CHACHAPOLY_ICV_LEN) { in esp_chachapoly_decrypt_finalize()
H A Desp_core.c278 .icvlen = ESP_CHACHAPOLY_ICV_LEN,