TclBN_mp_add_d ( mp_int* a, unsigned long b, mp_int* c )2nd parameter 'b' has type 'mp_digit'.
TclBN_mp_cmp_d ( mp_int* a, unsigned long b )2nd parameter 'b' has type 'mp_digit'.
TclBN_mp_div_3 ( mp_int* a, mp_int* q, unsigned long* r )3rd parameter 'r' (pointer) has base type 'mp_digit'.
TclBN_mp_div_d ( mp_int* a, unsigned long b, mp_int* q, unsigned long* r )4th parameter 'r' (pointer) has base type 'mp_digit'.
TclBN_mp_expt_d ( mp_int* a, unsigned long b, mp_int* c )2nd parameter 'b' has type 'mp_digit'.
TclBN_mp_init_set ( mp_int* a, unsigned long b )2nd parameter 'b' has type 'mp_digit'.
TclBN_mp_mul_d ( mp_int* a, unsigned long b, mp_int* p )2nd parameter 'b' has type 'mp_digit'.
TclBN_mp_set ( mp_int* a, unsigned long b )2nd parameter 'b' has type 'mp_digit'.
TclBN_mp_sub_d ( mp_int* a, unsigned long b, mp_int* c )2nd parameter 'b' has type 'mp_digit'.