Searched refs:D_CRYPT_ERRORS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_polarssl.c309 msg (D_CRYPT_ERRORS, "CRYPTO INFO: check_key_DES: insufficient key material");
314 msg (D_CRYPT_ERRORS, "CRYPTO INFO: check_key_DES: weak key detected");
319 msg (D_CRYPT_ERRORS, "CRYPTO INFO: check_key_DES: bad parity detected");
341 msg (D_CRYPT_ERRORS, "CRYPTO INFO: fixup_key_DES: insufficient key material");
H A Dcrypto_openssl.c434 msg (D_CRYPT_ERRORS, "CRYPTO INFO: check_key_DES: insufficient key material");
439 msg (D_CRYPT_ERRORS, "CRYPTO INFO: check_key_DES: weak key detected");
444 msg (D_CRYPT_ERRORS, "CRYPTO INFO: check_key_DES: bad parity detected");
467 msg (D_CRYPT_ERRORS, "CRYPTO INFO: fixup_key_DES: insufficient key material");
H A Derrlevel.h59 #define D_CRYPT_ERRORS LOGLEV(1, 2, M_NONFATAL) /* show errors from encrypt/decrypt */ macro
H A Dcrypto.c66 do { msg (D_CRYPT_ERRORS, "%s: " format, error_prefix); goto error_exit; } while (false)
156 msg (D_CRYPT_ERRORS, "ENCRYPT: buffer size error, bc=%d bo=%d bl=%d wc=%d wo=%d wl=%d cbs=%d",
539 msg (D_CRYPT_ERRORS, "CRYPTO INFO: WARNING: zero key detected");

Completed in 46 milliseconds