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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcrypto.h580 void OpenSSLDie(const char *file, int line, const char *assertion);
581 # define OPENSSL_assert(e) (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
588 # define FIPS_ERROR_IGNORED(alg) OpenSSLDie(__FILE__, __LINE__, \
591 # define FIPS_BAD_ABORT(alg) OpenSSLDie(__FILE__, __LINE__, \
H A Dcryptlib.c580 void OpenSSLDie(const char *file, int line, const char *assertion) function
/freebsd-9.3-release/crypto/openssl/fips/hmac/
H A Dfips_hmac.c83 OpenSSLDie(__FILE__, __LINE__,
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips.c152 OpenSSLDie(__FILE__, __LINE__, "FATAL FIPS SELFTEST FAILURE");

Completed in 69 milliseconds