Lines Matching refs:esp_log_err

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()
210 esp_log_err("ChaChaPoly chacha20poly1305_finalize failed %d, 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()
287 esp_log_err("ChaChaPoly Packet too short %d < %zu, SPI 0x%08x", in esp_chachapoly_encrypt()
295 esp_log_err("ChaChaPoly chacha20poly1305_reset failed %d, SPI 0x%08x", in esp_chachapoly_encrypt()
333 esp_log_err("ChaChaPoly chacha20poly1305_setnonce failed %d, SPI 0x%08x", in esp_chachapoly_encrypt()
344 esp_log_err("ChaChaPoly chacha20poly1305_aad failed %d, SPI 0x%08x", in esp_chachapoly_encrypt()
370 esp_log_err("ChaChaPoly chacha20poly1305_encrypt failed %d, SPI 0x%08x", in esp_chachapoly_encrypt()
381 esp_log_err("ChaChaPoly not enough mbufs %d %d, SPI 0x%08x", in esp_chachapoly_encrypt()
416 esp_log_err("ChaChaPoly Invalid ivlen %u, SPI 0x%08x", in esp_chachapoly_decrypt()
422 esp_log_err("ChaChaPoly Invalid sav->ivlen %u, SPI 0x%08x", in esp_chachapoly_decrypt()
438 esp_log_err("ChaChaPoly chacha20poly1305_reset failed %d, SPI 0x%08x", in esp_chachapoly_decrypt()
464 esp_log_err("ChaChaPoly chacha20poly1305_setnonce failed %d, SPI 0x%08x", in esp_chachapoly_decrypt()
476 esp_log_err("ChaChaPoly chacha20poly1305_aad failed %d, SPI 0x%08x", in esp_chachapoly_decrypt()
548 esp_log_err("ChaChaPoly chacha20poly1305_reset failed %d, SPI 0x%08x", in esp_chachapoly_encrypt_data()
566 esp_log_err("ChaChaPoly Invalid ivlen %zu, SPI 0x%08x", in esp_chachapoly_encrypt_data()
589 esp_log_err("ChaChaPoly chacha20poly1305_setnonce failed %d, SPI 0x%08x", in esp_chachapoly_encrypt_data()
597 esp_log_err("ChaChaPoly chacha20poly1305_aad failed %d, SPI 0x%08x", in esp_chachapoly_encrypt_data()
604 esp_log_err("ChaChaPoly chacha20poly1305_encrypt failed %d, SPI 0x%08x", in esp_chachapoly_encrypt_data()
636 esp_log_err("ChaChaPoly chacha20poly1305_reset failed %d, SPI 0x%08x", in esp_chachapoly_decrypt_data()
655 esp_log_err("ChaChaPoly Invalid ivlen %zu, SPI 0x%08x", in esp_chachapoly_decrypt_data()
664 esp_log_err("ChaChaPoly chacha20poly1305_setnonce failed %d, SPI 0x%08x", in esp_chachapoly_decrypt_data()
674 esp_log_err("ChaChaPoly chacha20poly1305_aad failed %d, SPI 0x%08x", in esp_chachapoly_decrypt_data()
681 esp_log_err("chacha20poly1305_decrypt failed %d, SPI 0x%08x", in esp_chachapoly_decrypt_data()