Home
last modified time | relevance | path

Searched refs:group_top (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ec/
H A Dec_mult.c208 group_top = bn_get_top(cardinality); in ossl_ec_scalar_mul_ladder()
209 if ((bn_wexpand(k, group_top + 2) == NULL) in ossl_ec_scalar_mul_ladder()
249 group_top = bn_get_top(group->field); in ossl_ec_scalar_mul_ladder()
250 if ((bn_wexpand(s->X, group_top) == NULL) in ossl_ec_scalar_mul_ladder()
251 || (bn_wexpand(s->Y, group_top) == NULL) in ossl_ec_scalar_mul_ladder()
252 || (bn_wexpand(s->Z, group_top) == NULL) in ossl_ec_scalar_mul_ladder()
253 || (bn_wexpand(r->X, group_top) == NULL) in ossl_ec_scalar_mul_ladder()
254 || (bn_wexpand(r->Y, group_top) == NULL) in ossl_ec_scalar_mul_ladder()
255 || (bn_wexpand(r->Z, group_top) == NULL) in ossl_ec_scalar_mul_ladder()
256 || (bn_wexpand(p->X, group_top) == NULL) in ossl_ec_scalar_mul_ladder()
[all …]

Completed in 5 milliseconds