OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_mod_sqrt
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/crypto/bn/
sqrt.c
65
BIGNUM *
BN_mod_sqrt
(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) {
bn_test.cc
301
message(bc_file.get(), "
BN_mod_sqrt
");
[
all
...]
/external/boringssl/src/crypto/ec/
oct.c
357
if (!
BN_mod_sqrt
(y, tmp1, &group->field, ctx)) {
382
/*
BN_mod_sqrt
() should have cought this error (not a square) */
/external/boringssl/src/include/openssl/
bn.h
563
/*
BN_mod_sqrt
returns a |BIGNUM|, r, such that r^2 == a (mod p). */
564
OPENSSL_EXPORT BIGNUM *
BN_mod_sqrt
(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,
[
all
...]
Completed in 271 milliseconds