Searched refs:group_top (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_mult.c | 149 int i, cardinality_bits, group_top, kbit, pbit, Z_is_one; in ossl_ec_scalar_mul_ladder() local 214 group_top = bn_get_top(cardinality); in ossl_ec_scalar_mul_ladder() 215 if ((bn_wexpand(k, group_top + 2) == NULL) in ossl_ec_scalar_mul_ladder() 216 || (bn_wexpand(lambda, group_top + 2) == NULL)) { in ossl_ec_scalar_mul_ladder() 253 BN_consttime_swap(kbit, k, lambda, group_top + 2); in ossl_ec_scalar_mul_ladder() 255 group_top = bn_get_top(group->field); in ossl_ec_scalar_mul_ladder() 256 if ((bn_wexpand(s->X, group_top) == NULL) in ossl_ec_scalar_mul_ladder() 257 || (bn_wexpand(s->Y, group_top) == NULL) in ossl_ec_scalar_mul_ladder() 258 || (bn_wexpand(s->Z, group_top) == NULL) in ossl_ec_scalar_mul_ladder() 259 || (bn_wexpand(r->X, group_top) in ossl_ec_scalar_mul_ladder() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ec_mult.c | 149 int i, cardinality_bits, group_top, kbit, pbit, Z_is_one; in ossl_ec_scalar_mul_ladder() local 214 group_top = bn_get_top(cardinality); in ossl_ec_scalar_mul_ladder() 215 if ((bn_wexpand(k, group_top + 2) == NULL) in ossl_ec_scalar_mul_ladder() 216 || (bn_wexpand(lambda, group_top + 2) == NULL)) { in ossl_ec_scalar_mul_ladder() 253 BN_consttime_swap(kbit, k, lambda, group_top + 2); in ossl_ec_scalar_mul_ladder() 255 group_top = bn_get_top(group->field); in ossl_ec_scalar_mul_ladder() 256 if ((bn_wexpand(s->X, group_top) == NULL) in ossl_ec_scalar_mul_ladder() 257 || (bn_wexpand(s->Y, group_top) == NULL) in ossl_ec_scalar_mul_ladder() 258 || (bn_wexpand(s->Z, group_top) == NULL) in ossl_ec_scalar_mul_ladder() 259 || (bn_wexpand(r->X, group_top) in ossl_ec_scalar_mul_ladder() [all...] |
Completed in 2 milliseconds