HomeSort by relevance Sort by last modified time
    Searched refs:BN_sqr (Results 1 - 8 of 8) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 453 if (!BN_sqr(t, a, ctx)) {
474 if (!BN_sqr(r, a, ctx)) {
montgomery.c 411 if (!BN_sqr(tmp, a, ctx)) {
sqrt.c 473 !BN_sqr(tmp, estimate, ctx) ||
exponentiation.c 171 if (!BN_sqr(v, v, ctx)) {
376 if (!BN_sqr(a, x, ctx)) {
    [all...]
mul.c 802 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) {
bn_test.cc 353 ASSERT_TRUE(BN_sqr(ret.get(), a.get(), ctx));
    [all...]
  /external/boringssl/src/include/openssl/
bn.h 402 /* BN_sqr sets |r| = |a|^2 (i.e. squares), where |r| may be the same pointer as
405 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
    [all...]
  /external/boringssl/src/crypto/rsa_extra/
rsa_test.cc     [all...]

Completed in 347 milliseconds