Searched refs:bn_resized_from_ctx (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | div.c | 548 static const BIGNUM *bn_resized_from_ctx(const BIGNUM *bn, size_t width, in bn_resized_from_ctx() function 584 a = bn_resized_from_ctx(a, m->width, ctx); in bn_mod_add_consttime() 585 b = bn_resized_from_ctx(b, m->width, ctx); in bn_mod_add_consttime() 609 a = bn_resized_from_ctx(a, m->width, ctx); in bn_mod_sub_consttime() 610 b = bn_resized_from_ctx(b, m->width, ctx); in bn_mod_sub_consttime()
|