Searched refs:esp_packet_log_err (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.1.13/bsd/netinet6/ |
| H A D | esp_input.c | 1794 esp_packet_log_err("esp kpipe input, jumbogram not supported"); in esp_kpipe_input() 1810 esp_packet_log_err("esp kpipe input, output buffer is short(%u), " in esp_kpipe_input() 1818 esp_packet_log_err("esp kpipe input, invalid nxt proto %u", nxt_proto); in esp_kpipe_input() 1825 esp_packet_log_err("esp kpipe input, slen too short %u", slen); in esp_kpipe_input() 1842 esp_packet_log_err("esp kpipe input, no SA found for SPI=%x, " in esp_kpipe_input() 1899 esp_packet_log_err("esp kpipe input, replay packet, " in esp_kpipe_input() 1938 esp_packet_log_err("esp kpipe input, input buffer " in esp_kpipe_input() 1952 esp_packet_log_err("esp kpipe input, esp auth " in esp_kpipe_input() 1961 esp_packet_log_err("esp kpipe input, auth compare " in esp_kpipe_input() 1976 esp_packet_log_err("esp kpipe input, input buffer is short(%u), " in esp_kpipe_input() [all …]
|
| H A D | esp_chachapoly.c | 236 esp_packet_log_err("ChaChaPoly chacha20poly1305_verify failed %d, SPI 0x%08x", in esp_chachapoly_decrypt_finalize() 430 esp_packet_log_err("ChaChaPoly Packet too short %d < %u, SPI 0x%08x", in esp_chachapoly_decrypt() 502 esp_packet_log_err("chacha20poly1305_decrypt failed %d, SPI 0x%08x", in esp_chachapoly_decrypt() 513 esp_packet_log_err("not enough mbufs %d %d, SPI 0x%08x", in esp_chachapoly_decrypt()
|
| H A D | esp.h | 118 #define esp_packet_log_err(_format, ...) _esp_packet_log(LOG_ERR, _format, ##__VA_ARGS__) macro
|
| H A D | esp_core.c | 1281 esp_packet_log_err("payload length %zu must be a multiple of " in esp_cbc_des_decrypt_data() 1378 esp_packet_log_err("payload length %zu must be a multiple of " in esp_cbc_3des_decrypt_data() 1535 esp_packet_log_err("esp auth: input data length %zu is not a multiple 4, " in esp_auth_data()
|
| H A D | esp_rijndael.c | 651 esp_packet_log_err("input data length(%zu) must be a multiple of " in esp_aes_cbc_decrypt_data()
|