bn_sub_word        77 libavformat/rtmpdh.c #define bn_sub_word(bn, w)          mpz_sub_ui(bn, bn, w)
bn_sub_word       130 libavformat/rtmpdh.c #define bn_sub_word(bn, w)          gcry_mpi_sub_ui(bn, bn, w)
bn_sub_word       148 libavformat/rtmpdh.c #define bn_sub_word(bn, w)          BN_sub_word(bn, w)
bn_sub_word       182 libavformat/rtmpdh.c #define bn_sub_word(bn, w)          mbedtls_mpi_sub_int(bn, bn, w)