Home
last modified time | relevance | path

Searched refs:ScopedBN_CTX (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/test/
Dscoped_types.h99 using ScopedBN_CTX = ScopedOpenSSLType<BN_CTX, BN_CTX_free>; variable
/external/boringssl/src/tool/
Dspeed.cc328 ScopedBN_CTX ctx(BN_CTX_new()); in SpeedECDHCurve()
/external/boringssl/src/crypto/bn/
Dbn_test.cc177 ScopedBN_CTX ctx(BN_CTX_new()); in main()
671 ScopedBN_CTX ctx(BN_CTX_new()); in test_mul()
1235 ScopedBN_CTX ctx(BN_CTX_new()); in test_exp_mod_zero()