Home
last modified time | relevance | path

Searched refs:fixed_top (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_key.c697 int fixed_top; in EC_KEY_set_private_key() local
777 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()
/third_party/openssl/crypto/ec/
H A Dec_key.c697 int fixed_top; in EC_KEY_set_private_key() local
777 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()

Completed in 3 milliseconds