Home
last modified time | relevance | path

Searched refs:ScopedBIGNUM (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/bn/
Dbn_test.cc100 static bool test_lshift(FILE *fp, BN_CTX *ctx, ScopedBIGNUM a);
207 ScopedBIGNUM sample(BN_bin2bn(kSample, sizeof(kSample) - 1, NULL)); in main()
349 ScopedBIGNUM a(BN_new()); in test_add()
350 ScopedBIGNUM b(BN_new()); in test_add()
351 ScopedBIGNUM c(BN_new()); in test_add()
388 ScopedBIGNUM a(BN_new()); in test_sub()
389 ScopedBIGNUM b(BN_new()); in test_sub()
390 ScopedBIGNUM c(BN_new()); in test_sub()
434 ScopedBIGNUM a(BN_new()); in test_div()
435 ScopedBIGNUM b(BN_new()); in test_div()
[all …]
/external/boringssl/src/crypto/ec/
Dec_test.cc116 ScopedBIGNUM x(BN_new()); in Testd2i_ECPrivateKey()
117 ScopedBIGNUM y(BN_new()); in Testd2i_ECPrivateKey()
/external/boringssl/src/crypto/test/
Dscoped_types.h98 using ScopedBIGNUM = ScopedOpenSSLType<BIGNUM, BN_free>; variable
/external/boringssl/src/tool/
Dspeed.cc330 ScopedBIGNUM x(BN_new()); in SpeedECDHCurve()
331 ScopedBIGNUM y(BN_new()); in SpeedECDHCurve()
/external/boringssl/src/crypto/ecdsa/
Decdsa_test.cc188 ScopedBIGNUM order(BN_new()); in TestBuiltin()