HomeSort by: relevance | last modified time | path
    Searched defs:ossl_assert_int (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/internal/
cryptlib.h 31 __owur static ossl_inline int ossl_assert_int(int expr, const char *exprstr, function
40 # define ossl_assert(x) ossl_assert_int((x) != 0, "Assertion failed: "#x, \
  /src/crypto/external/apache2/openssl/dist/include/internal/
common.h 47 __owur static ossl_inline int ossl_assert_int(int expr, const char *exprstr, function
56 #define ossl_assert(x) ossl_assert_int((x) != 0, "Assertion failed: " #x, \
  /src/crypto/external/bsd/openssl/dist/include/internal/
cryptlib.h 34 __owur static ossl_inline int ossl_assert_int(int expr, const char *exprstr, function
43 # define ossl_assert(x) ossl_assert_int((x) != 0, "Assertion failed: "#x, \

Completed in 126 milliseconds