Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dbn.h29 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len);
/third_party/openssl/crypto/bn/
Dbn_intern.c22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF() function
/third_party/openssl/crypto/ec/
Dec_mult.c533 bn_compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], in ec_wNAF_mul()
563 tmp_wNAF = bn_compute_wNAF(scalar, wsize[num], &tmp_len); in ec_wNAF_mul()
/third_party/openssl/crypto/err/
Dopenssl.txt195 BN_F_BN_COMPUTE_WNAF:142:bn_compute_wNAF