Searched refs:icvlen (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | esp.h | 121 size_t icvlen; member
|
| H A D | esp_core.c | 161 .icvlen = 0, 180 .icvlen = 0, 199 .icvlen = 0, 218 .icvlen = 0, 237 .icvlen = 16, 256 .icvlen = ESP_CHACHAPOLY_ICV_LEN,
|
| H A D | esp_input.c | 347 siz = algo->icvlen; in esp4_input_extended() 475 if ((*algo->finalizedecrypt)(sav, saved_icv, algo->icvlen)) { in esp4_input_extended() 1056 siz = algo->icvlen; in esp6_input_extended() 1181 if ((*algo->finalizedecrypt)(sav, saved_icv, algo->icvlen)) { in esp6_input_extended()
|
| H A D | esp_output.c | 790 siz = algo->icvlen; in esp_output()
|