HomeSort by relevance Sort by last modified time
    Searched refs:OpenSSLDie (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/
crypto.h 543 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__, \
cryptlib.c 913 void OpenSSLDie(const char *file,int line,const char *assertion)
  /external/openssl/include/openssl/
crypto.h 543 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 139 milliseconds