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

/freebsd-11-stable/crypto/openssl/crypto/
H A Dbn_int.h19 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_sqr.c69 int ret = bn_sqr_fixed_top(r, a, ctx);
77 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) function
H A Dbn_mont.c167 if (!bn_sqr_fixed_top(tmp, a, ctx))

Completed in 191 milliseconds