Lines Matching refs:LOG_E
28 LOG_E("%s", "EciesKem: no curve specified"); in EciesKem()
40 LOG_E("EciesKem: curve %d is unsupported", curve_); in EciesKem()
47 LOG_E("EciesKem: No KDF specified", 0); in EciesKem()
56 LOG_E("Kdf %d is unsupported", kdf); in EciesKem()
66 LOG_E("%s", "EciesKem: no key length specified"); in EciesKem()
93 LOG_E("EciesKem: ECDH failed, can't obtain shared secret", 0); in Encrypt()
97 LOG_E("EciesKem: Can't obtain public value", 0); in Encrypt()
115 LOG_E("EciesKem: KDF failed, can't derived keys", 0); in Encrypt()
121 LOG_E("EciesKem: KDF failed, can't derived keys", 0); in Encrypt()
146 LOG_E("EciesKem: ECDH failed, can't obtain shared secret", 0); in Decrypt()
152 LOG_E("%s", "EciesKem: Can't obtain public value"); in Decrypt()
170 LOG_E("%s", "EciesKem: KDF failed, can't derived keys"); in Decrypt()
177 LOG_E("%s", "EciesKem: KDF failed, can't derived keys"); in Decrypt()