Home
last modified time | relevance | path

Searched defs:r_words (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc461 r_words(new BN_ULONG[num_r]); in TestSquare() local
528 b_words(new BN_ULONG[num_b]), r_words(new BN_ULONG[num_r]); in TestProduct() local
675 b_words(new BN_ULONG[m_width]), r_words(new BN_ULONG[m_width]); in TestModMul() local
755 a_copy_words(new BN_ULONG[m_width]), r_words(new BN_ULONG[m_width]); in TestModSquare() local
817 std::unique_ptr<BN_ULONG[]> r_words(new BN_ULONG[m_width]), in TestModExp() local
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc462 auto r_words = std::make_unique<BN_ULONG[]>(num_r); in TestSquare() local
530 auto r_words = std::make_unique<BN_ULONG[]>(num_r); in TestProduct() local
678 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModMul() local
759 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModSquare() local
821 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModExp() local
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc462 auto r_words = std::make_unique<BN_ULONG[]>(num_r); in TestSquare() local
530 auto r_words = std::make_unique<BN_ULONG[]>(num_r); in TestProduct() local
678 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModMul() local
759 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModSquare() local
821 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModExp() local
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc407 auto r_words = std::make_unique<BN_ULONG[]>(num_r); in TestSquare() local
475 auto r_words = std::make_unique<BN_ULONG[]>(num_r); in TestProduct() local
622 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModMul() local
703 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModSquare() local
765 auto r_words = std::make_unique<BN_ULONG[]>(m_width); in TestModExp() local