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

/external/openssl/crypto/
H A Dcrypto.h543 void OpenSSLDie(const char *file,int line,const char *assertion);
544 #define OPENSSL_assert(e) (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
561 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
568 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
H A Dcryptlib.c913 void OpenSSLDie(const char *file,int line,const char *assertion) function
/external/openssl/include/openssl/
H A Dcrypto.h543 void OpenSSLDie(const char *file,int line,const char *assertion);
544 #define OPENSSL_assert(e) (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
561 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
568 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \

Completed in 722 milliseconds