Searched refs:ScopedBN_MONT_CTX (Results 1 – 2 of 2) sorted by relevance
100 using ScopedBN_MONT_CTX = ScopedOpenSSLType<BN_MONT_CTX, BN_MONT_CTX_free>; variable
893 ScopedBN_MONT_CTX mont(BN_MONT_CTX_new()); in test_mont()1156 ScopedBN_MONT_CTX mont(BN_MONT_CTX_new()); in test_mod_exp_mont5()