Searched refs:do_mul (Results 1 – 2 of 2) sorted by relevance
168 void do_mul(BIGNUM *r,BIGNUM *a,BIGNUM *b,BN_CTX *ctx); 180 do_mul(&a,&b,&c,ctx); in main()183 void do_mul(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in do_mul() function
4826 do_mul (void) in do_mul() function