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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dectest.c103 #define ABORT do { \ macro
105 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
128 if (s == NULL) ABORT;
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
136 if (P == NULL) ABORT;
141 if ((r[i] = BN_new()) == NULL) ABORT;
142 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
145 if ((r0[i] = BN_new()) == NULL) ABORT;
146 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
156 (type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dectest.c103 #define ABORT do { \ macro
105 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
128 if (s == NULL) ABORT;
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
136 if (P == NULL) ABORT;
141 if ((r[i] = BN_new()) == NULL) ABORT;
142 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
145 if ((r0[i] = BN_new()) == NULL) ABORT;
146 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
156 (type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
[all...]
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c306 ABORT default: defined as abort()
652 #ifndef ABORT
653 #define ABORT abort() macro
654 #endif /* ABORT */
1478 #define assert(x) if(!(x)) ABORT
2840 #define CORRUPTION_ERROR_ACTION(m) ABORT
2844 #define USAGE_ERROR_ACTION(m,p) ABORT
3199 ABORT;

Completed in 68 milliseconds