Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_mult.c559 signed char *tmp_wNAF = NULL; in ossl_ec_wNAF_mul() local
571 tmp_wNAF = bn_compute_wNAF(scalar, wsize[num], &tmp_len); in ossl_ec_wNAF_mul()
572 if (!tmp_wNAF) in ossl_ec_wNAF_mul()
584 wNAF[num] = tmp_wNAF; in ossl_ec_wNAF_mul()
593 * don't include tmp_wNAF directly into wNAF array - use wNAF in ossl_ec_wNAF_mul()
607 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
614 pp = tmp_wNAF; in ossl_ec_wNAF_mul()
622 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
637 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
646 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
[all...]
/third_party/openssl/crypto/ec/
H A Dec_mult.c559 signed char *tmp_wNAF = NULL; in ossl_ec_wNAF_mul() local
571 tmp_wNAF = bn_compute_wNAF(scalar, wsize[num], &tmp_len); in ossl_ec_wNAF_mul()
572 if (!tmp_wNAF) in ossl_ec_wNAF_mul()
584 wNAF[num] = tmp_wNAF; in ossl_ec_wNAF_mul()
593 * don't include tmp_wNAF directly into wNAF array - use wNAF in ossl_ec_wNAF_mul()
607 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
614 pp = tmp_wNAF; in ossl_ec_wNAF_mul()
622 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
637 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
646 OPENSSL_free(tmp_wNAF); in ossl_ec_wNAF_mul()
[all...]

Completed in 3 milliseconds