Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:trap

212       -- Added fourth ARGCHK type which outputs to stderr and continues.  Useful if you trap sigsegv.   [Valient Gough]
487 -- Spruced up mycrypt_custom.h to trap more errors and also help prevent LTMSSE from being defined
557 -- fixed bugs in hmac_done()/hmac_init()/[various others()] where I didn't trap errors
693 -- Fixed [temp fix] bug in all PK where the OUTPUT_BIGNUM macros would not trap errors on the to_unsigned_bin
861 -- Made the test program halt on the first error it occurs. Also made it trap more errors than before.