Searched refs:esp_log_err (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | esp_chachapoly.c | 80 esp_log_err("ChaChaPoly is incompatible with SADB_X_EXT_OLD, SPI 0x%08x", in esp_chachapoly_mature() 85 esp_log_err("ChaChaPoly is incompatible with SADB_X_EXT_DERIV, SPI 0x%08x", in esp_chachapoly_mature() 91 esp_log_err("ChaChaPoly unsupported algorithm %d, SPI 0x%08x", in esp_chachapoly_mature() 97 esp_log_err("ChaChaPoly key is missing, SPI 0x%08x", in esp_chachapoly_mature() 104 esp_log_err("ChaChaPoly lookup failed for algorithm %d, SPI 0x%08x", in esp_chachapoly_mature() 110 esp_log_err("ChaChaPoly invalid key length %d bits, SPI 0x%08x", in esp_chachapoly_mature() 139 esp_log_err("ChaChaPoly Invalid key len %u, SPI 0x%08x", in esp_chachapoly_schedule() 149 esp_log_err("ChaChaPoly Invalid ivlen %u, SPI 0x%08x", in esp_chachapoly_schedule() 157 esp_log_err("ChaChaPoly chacha20poly1305_init failed %d, SPI 0x%08x", in esp_chachapoly_schedule() 202 esp_log_err("ChaChaPoly Invalid tag_bytes %zu, SPI 0x%08x", in esp_chachapoly_encrypt_finalize() [all …]
|
| H A D | esp_rijndael.c | 614 esp_log_err("payload length %zu must be multiple of " in esp_aes_cbc_encrypt_data() 624 esp_log_err("encrypt failed %d, SPI 0x%08x", rc, ntohl(sav->spi)); in esp_aes_cbc_encrypt_data() 651 esp_log_err("ivlen(%zu) != AES_BLOCKLEN, SPI 0x%08x", in esp_aes_cbc_decrypt_data() 667 esp_log_err("decrypt failed %d, SPI 0x%08x", rc, ntohl(sav->spi)); in esp_aes_cbc_decrypt_data() 1100 esp_log_err("IIV and GMAC-only not supported together, SPI 0x%08x\n", in esp_aes_gcm_encrypt_data() 1108 esp_log_err("Context reset failure %d, SPI 0x%08x\n", in esp_aes_gcm_encrypt_data() 1128 esp_log_err("Set IV failure %d, SPI 0x%08x\n", in esp_aes_gcm_encrypt_data() 1140 esp_log_err("IV generation failure %d, SPI 0x%08x\n", in esp_aes_gcm_encrypt_data() 1152 esp_log_err("Set AAD failure %d, SPI 0x%08x\n", rc, ntohl(sav->spi)); in esp_aes_gcm_encrypt_data() 1161 esp_log_err("Packet encryption IV AAD failure %d, SPI 0x%08x\n", in esp_aes_gcm_encrypt_data() [all …]
|
| H A D | esp_core.c | 1267 esp_log_err("payload length %zu must be a multiple of " in esp_cbc_des_encrypt_data() 1284 esp_log_err("encrypt failed %d, SPI 0x%08x", rc, ntohl(sav->spi)); in esp_cbc_des_encrypt_data() 1333 esp_log_err("decrypt failed %d, SPI 0x%08x", rc, ntohl(sav->spi)); in esp_cbc_des_decrypt_data() 1374 esp_log_err("payload length %zu must be a multiple of " in esp_cbc_3des_encrypt_data() 1391 esp_log_err("encrypt failed %d, SPI 0x%08x", rc, ntohl(sav->spi)); in esp_cbc_3des_encrypt_data() 1440 esp_log_err("decrypt failed %d, SPI 0x%08x", rc, ntohl(sav->spi)); in esp_cbc_3des_decrypt_data() 1607 esp_log_err("esp auth: auth size=%zu is lesser than siz=%zu " in esp_auth_data() 1624 esp_log_err("esp auth: algo init failed with error %d, " in esp_auth_data()
|
| H A D | esp.h | 114 #define esp_log_err(_format, ...) _esp_log(LOG_ERR, _format, ##__VA_ARGS__) macro
|
| H A D | esp_input.c | 1851 esp_log_err("esp kpipe input, sah is NULL\n"); in esp_kpipe_input() 1857 esp_log_err("ipsec tunnel mode not supported " in esp_kpipe_input() 1866 esp_log_err("sadb flag %x not supported in " in esp_kpipe_input() 1887 esp_log_err("esp kpipe input, missing replay window, SPI=%x\n", in esp_kpipe_input()
|