Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_sqr.c19 int ret = bn_sqr_fixed_top(r, a, ctx); in BN_sqr()
27 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in bn_sqr_fixed_top() function
Dbn_mont.c67 if (!bn_sqr_fixed_top(tmp, a, ctx)) in bn_mul_mont_fixed_top()
/third_party/openssl/ohos_lite/include/crypto/
Dbn.h84 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
/third_party/openssl/include/crypto/
Dbn.h85 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);