Searched refs:fixed_top (Results 1 – 1 of 1) sorted by relevance
697 int fixed_top; in EC_KEY_set_private_key() local777 fixed_top = bn_get_top(order) + 2; in EC_KEY_set_private_key()778 if (bn_wexpand(tmp_key, fixed_top) == NULL) { in EC_KEY_set_private_key()