Searched refs:OPENSSL_die (Results 1 – 10 of 10) sorted by relevance
/openssl/test/ |
H A D | aborttest.c | 14 OPENSSL_die("Voluntary abort", __FILE__, __LINE__); in main()
|
H A D | asn1_encode_test.c | 765 OPENSSL_die("do_encode_custom() return unknown value", in test_intern() 788 OPENSSL_die("do_decode_custom() return unknown value", in test_intern() 817 OPENSSL_die("do_enc_dec() return unknown value", in test_intern()
|
/openssl/fuzz/ |
H A D | fuzz_introspector_exclusion.config | 5 OPENSSL_die
|
/openssl/crypto/ |
H A D | cryptlib.c | 255 void OPENSSL_die(const char *message, const char *file, int line) in OPENSSL_die() function
|
/openssl/include/internal/ |
H A D | common.h | 47 OPENSSL_die(exprstr, file, line); in ossl_assert_int()
|
H A D | refcount.h | 281 (void)((test) ? (OPENSSL_die("refcount error", __FILE__, __LINE__), 1) : 0)
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 407 ossl_noreturn void OPENSSL_die(const char *assertion, const char *file, int line); 409 # define OpenSSLDie(f,l,a) OPENSSL_die((a),(f),(l)) 412 (void)((e) ? 0 : (OPENSSL_die("assertion failed: " #e, OPENSSL_FILE, OPENSSL_LINE), 1))
|
/openssl/util/ |
H A D | missingcrypto.txt | 712 OPENSSL_die(3)
|
H A D | missingcrypto111.txt | 928 OPENSSL_die(3)
|
H A D | libcrypto.num | 2345 OPENSSL_die 2395 3_0_0 EXIST::FUNCTION:
|
Completed in 38 milliseconds