Searched refs:ScopedBIGNUM (Results 1 – 5 of 5) sorted by relevance
100 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 …]
116 ScopedBIGNUM x(BN_new()); in Testd2i_ECPrivateKey()117 ScopedBIGNUM y(BN_new()); in Testd2i_ECPrivateKey()
98 using ScopedBIGNUM = ScopedOpenSSLType<BIGNUM, BN_free>; variable
330 ScopedBIGNUM x(BN_new()); in SpeedECDHCurve()331 ScopedBIGNUM y(BN_new()); in SpeedECDHCurve()
188 ScopedBIGNUM order(BN_new()); in TestBuiltin()