Searched defs:bn_ctx (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/regress/lib/libcrypto/bn/ |
| H A D | bn_mul_div.c | 47 benchmark_bn_div_run_once(BIGNUM *r, BIGNUM *q, BIGNUM *a, BIGNUM *b, BN_CTX *bn_ctx) in benchmark_bn_div_run_once() 68 benchmark_bn_mul_run_once(BIGNUM *r, BIGNUM *q, BIGNUM *a, BIGNUM *b, BN_CTX *bn_ctx) in benchmark_bn_mul_run_once() 87 benchmark_bn_sqr_run_once(BIGNUM *r, BIGNUM *q, BIGNUM *a, BIGNUM *b, BN_CTX *bn_ctx) in benchmark_bn_sqr_run_once() 344 BN_CTX *bn_ctx; in benchmark_run() local 411 BN_CTX *bn_ctx = NULL; in test_bn_sqr() local
|