Searched refs:esp_log_err (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | esp_chachapoly.c | 84 #define esp_log_err(_format, ...) _esp_log(LOG_ERR, _format, ##__VA_ARGS__) macro 99 esp_log_err("ChaChaPoly is incompatible with SADB_X_EXT_OLD, SPI 0x%08x", in esp_chachapoly_mature() 104 esp_log_err("ChaChaPoly is incompatible with SADB_X_EXT_DERIV, SPI 0x%08x", in esp_chachapoly_mature() 110 esp_log_err("ChaChaPoly unsupported algorithm %d, SPI 0x%08x", in esp_chachapoly_mature() 116 esp_log_err("ChaChaPoly key is missing, SPI 0x%08x", in esp_chachapoly_mature() 123 esp_log_err("ChaChaPoly lookup failed for algorithm %d, SPI 0x%08x", in esp_chachapoly_mature() 129 esp_log_err("ChaChaPoly invalid key length %d bits, SPI 0x%08x", in esp_chachapoly_mature() 158 esp_log_err("ChaChaPoly Invalid key len %u, SPI 0x%08x", in esp_chachapoly_schedule() 168 esp_log_err("ChaChaPoly Invalid ivlen %u, SPI 0x%08x", in esp_chachapoly_schedule() 176 esp_log_err("ChaChaPoly chacha20poly1305_init failed %d, SPI 0x%08x", in esp_chachapoly_schedule() [all …]
|