Home
last modified time | relevance | path

Searched refs:esp_log_err (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/netinet6/
H A Desp_chachapoly.c91 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()
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()
202 esp_log_err("ChaChaPoly Invalid tag_bytes %zu, SPI 0x%08x", in esp_chachapoly_encrypt_finalize()
228 esp_log_err("ChaChaPoly Invalid tag_bytes %zu, SPI 0x%08x", in esp_chachapoly_decrypt_finalize()
273 esp_log_err("ChaChaPoly Invalid ivlen %u, SPI 0x%08x", in esp_chachapoly_encrypt()
279 esp_log_err("ChaChaPoly Invalid sav->ivlen %u, SPI 0x%08x", in esp_chachapoly_encrypt()
416 esp_log_err("ChaChaPoly Invalid ivlen %u, SPI 0x%08x", in esp_chachapoly_decrypt()
568 esp_log_err("ChaChaPoly Invalid ivlen %zu, SPI 0x%08x", in esp_chachapoly_encrypt_data()
[all …]
H A Desp_rijndael.c614 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()
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()
1161 esp_log_err("Packet encryption IV AAD failure %d, SPI 0x%08x\n", in esp_aes_gcm_encrypt_data()
1246 esp_log_err("AAD failure %d, SPI 0x%08x\n", rc, ntohl(sav->spi)); in esp_aes_gcm_decrypt_data()
1255 esp_log_err("AAD failure %d, SPI 0x%08x\n", rc, ntohl(sav->spi)); in esp_aes_gcm_decrypt_data()
[all …]
H A Desp_core.c1267 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 Desp.h114 #define esp_log_err(_format, ...) _esp_log(LOG_ERR, _format, ##__VA_ARGS__) macro
H A Desp_input.c1851 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()