Home
last modified time | relevance | path

Searched refs:randomize_repr (Results 1 – 23 of 23) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecdh/
H A Decdh.cpp42 input_point.randomize_repr(m_rng); in raw_agree()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecdh/
H A Decdh.cpp42 input_point.randomize_repr(m_rng); in raw_agree()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecdh/
H A Decdh.cpp42 input_point.randomize_repr(m_rng); in raw_agree()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ec_group/
H A Dpoint_gfp.h203 void randomize_repr(RandomNumberGenerator& rng);
209 void randomize_repr(RandomNumberGenerator& rng, secure_vector<word>& ws);
H A Dpoint_gfp.cpp43 void PointGFp::randomize_repr(RandomNumberGenerator& rng) in randomize_repr() function in Botan::PointGFp
46 randomize_repr(rng, ws); in randomize_repr()
49 void PointGFp::randomize_repr(RandomNumberGenerator& rng, secure_vector<word>& ws) in randomize_repr() function in Botan::PointGFp
H A Dpoint_mul.cpp193 R.randomize_repr(rng, ws[0].get_word_vector()); in mul()
312 R.randomize_repr(rng, ws[0].get_word_vector()); in mul()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ec_group/
H A Dpoint_gfp.h203 void randomize_repr(RandomNumberGenerator& rng);
209 void randomize_repr(RandomNumberGenerator& rng, secure_vector<word>& ws);
H A Dpoint_gfp.cpp43 void PointGFp::randomize_repr(RandomNumberGenerator& rng) in randomize_repr() function in Botan::PointGFp
46 randomize_repr(rng, ws); in randomize_repr()
49 void PointGFp::randomize_repr(RandomNumberGenerator& rng, secure_vector<word>& ws) in randomize_repr() function in Botan::PointGFp
H A Dpoint_mul.cpp193 R.randomize_repr(rng, ws[0].get_word_vector()); in mul()
312 R.randomize_repr(rng, ws[0].get_word_vector()); in mul()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ec_group/
H A Dpoint_gfp.h203 void randomize_repr(RandomNumberGenerator& rng);
209 void randomize_repr(RandomNumberGenerator& rng, secure_vector<word>& ws);
H A Dpoint_gfp.cpp43 void PointGFp::randomize_repr(RandomNumberGenerator& rng) in randomize_repr() function in Botan::PointGFp
46 randomize_repr(rng, ws); in randomize_repr()
49 void PointGFp::randomize_repr(RandomNumberGenerator& rng, secure_vector<word>& ws) in randomize_repr() function in Botan::PointGFp
H A Dpoint_mul.cpp193 R.randomize_repr(rng, ws[0].get_word_vector()); in mul()
312 R.randomize_repr(rng, ws[0].get_word_vector()); in mul()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/sm2/
H A Dsm2_enc.cpp187 C1.randomize_repr(m_rng); in decrypt()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/sm2/
H A Dsm2_enc.cpp187 C1.randomize_repr(m_rng); in decrypt()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/sm2/
H A Dsm2_enc.cpp187 C1.randomize_repr(m_rng); in decrypt()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_ecc.cpp313 p.randomize_repr(Test::rng()); in run()
314 q.randomize_repr(Test::rng()); in run()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_ecc.cpp313 p.randomize_repr(Test::rng()); in run()
314 q.randomize_repr(Test::rng()); in run()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecies/
H A Decies.cpp72 input_point.randomize_repr(m_rng); in raw_agree()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecies/
H A Decies.cpp72 input_point.randomize_repr(m_rng); in raw_agree()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecies/
H A Decies.cpp72 input_point.randomize_repr(m_rng); in raw_agree()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Decc.rst242 .. cpp:function:: void randomize_repr(RandomNumberGenerator& rng)
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Decc.rst242 .. cpp:function:: void randomize_repr(RandomNumberGenerator& rng)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Decc.rst242 .. cpp:function:: void randomize_repr(RandomNumberGenerator& rng)