sanitizer_ignorelist.txt 456 B

123456789101112131415161718192021
  1. # ignore bignum math operations and other hot crypto primitives
  2. fun:*sha256_Update*
  3. fun:*sha256_Raw*
  4. fun:*sha256_Transform*
  5. fun:*sha512_Transform*
  6. fun:*pbkdf2_hmac_sha512_Update*
  7. fun:*pbkdf2_*
  8. fun:*hmac_*
  9. fun:*sha256_*
  10. # TODO this is very broad
  11. fun:*bn_*
  12. fun:*bn_inverse*
  13. fun:*bn_multiply*
  14. fun:*bn_multiply_long*
  15. fun:*bn_multiply_reduce_step*
  16. fun:*bn_multiply_step*
  17. fun:*curve25519_mul*
  18. fun:*point_multiply*
  19. fun:*point_jacobian_add*
  20. fun:*scalar_multiply*