bn_sub_word 65 libavformat/rtmpdh.c #define bn_sub_word(bn, w) mpz_sub_ui(bn, bn, w) bn_sub_word 96 libavformat/rtmpdh.c #define bn_sub_word(bn, w) gcry_mpi_sub_ui(bn, bn, w) bn_sub_word 170 libavformat/rtmpdh.c #define bn_sub_word(bn, w) BN_sub_word(bn, w)