Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A 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
H A Dbn_mont.c67 if (!bn_sqr_fixed_top(tmp, a, ctx)) in bn_mul_mont_fixed_top()
/freebsd/crypto/openssl/include/crypto/
H A Dbn.h85 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);