Searched refs:ScopedBIGNUM (Results 1 – 8 of 8) sorted by relevance
103 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 …]
115 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()
647 ScopedBIGNUM e(BN_new()); in TestMultiPrimeKeygen()668 ScopedBIGNUM e(BN_new()); in TestBadKey()739 ScopedBIGNUM e(BN_new()); in TestRecoverCRTParams()
55 ScopedBIGNUM e(BN_new()); in GenerateRSAKey()
324 ScopedBIGNUM x(BN_new()); in SpeedECDHCurve()325 ScopedBIGNUM y(BN_new()); in SpeedECDHCurve()
44 using ScopedBIGNUM = ScopedOpenSSL<BIGNUM, BN_free>; variable
61 ScopedBIGNUM bn(BN_new()); in Create()
99 using ScopedBIGNUM = ScopedOpenSSLType<BIGNUM, BN_free>; variable