Searched refs:do_mul_exp (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/bn/ |
D | expspeed.c | 200 void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx); 222 do_mul_exp(r,a,b,c,ctx); in main() 226 void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx) in do_mul_exp() function
|