Searched refs:OpenSSLDie (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcrypto.h590 void OpenSSLDie(const char *file, int line, const char *assertion);
591 # define OPENSSL_assert(e) (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
608 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
615 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
H A Dcryptlib.c957 void OpenSSLDie(const char *file, int line, const char *assertion) function

Completed in 70 milliseconds