Searched refs:bn_sqr_fixed_top (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_sqr.c | 19 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
|
D | bn_mont.c | 67 if (!bn_sqr_fixed_top(tmp, a, ctx)) in bn_mul_mont_fixed_top()
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | bn.h | 84 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
|
/third_party/openssl/include/crypto/ |
D | bn.h | 85 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
|