Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dbn_test.cc103 static bool test_lshift(FILE *fp, BN_CTX *ctx, ScopedBIGNUM a);
212 ScopedBIGNUM sample(BN_bin2bn(kSample, sizeof(kSample) - 1, NULL)); in main()
333 static int HexToBIGNUM(ScopedBIGNUM *out, const char *in) { in HexToBIGNUM()
341 ScopedBIGNUM a(BN_new()); in test_add()
342 ScopedBIGNUM b(BN_new()); in test_add()
343 ScopedBIGNUM c(BN_new()); in test_add()
380 ScopedBIGNUM a(BN_new()); in test_sub()
381 ScopedBIGNUM b(BN_new()); in test_sub()
382 ScopedBIGNUM c(BN_new()); in test_sub()
426 ScopedBIGNUM a(BN_new()); in test_div()
[all …]
/external/boringssl/src/crypto/ec/
Dec_test.cc115 ScopedBIGNUM x(BN_new()); in Testd2i_ECPrivateKey()
116 ScopedBIGNUM y(BN_new()); in Testd2i_ECPrivateKey()
196 ScopedBIGNUM x(BN_new()); in TestSetAffine()
197 ScopedBIGNUM y(BN_new()); in TestSetAffine()
/external/boringssl/src/crypto/rsa/
Drsa_test.cc647 ScopedBIGNUM e(BN_new()); in TestMultiPrimeKeygen()
668 ScopedBIGNUM e(BN_new()); in TestBadKey()
739 ScopedBIGNUM e(BN_new()); in TestRecoverCRTParams()
/external/boringssl/src/tool/
Dgenrsa.cc55 ScopedBIGNUM e(BN_new()); in GenerateRSAKey()
Dspeed.cc324 ScopedBIGNUM x(BN_new()); in SpeedECDHCurve()
325 ScopedBIGNUM y(BN_new()); in SpeedECDHCurve()
/external/libchrome/crypto/
Dscoped_openssl_types.h44 using ScopedBIGNUM = ScopedOpenSSL<BIGNUM, BN_free>; variable
Drsa_private_key_openssl.cc61 ScopedBIGNUM bn(BN_new()); in Create()
/external/boringssl/src/crypto/test/
Dscoped_types.h99 using ScopedBIGNUM = ScopedOpenSSLType<BIGNUM, BN_free>; variable