Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc460 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestSquare() local
527 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestProduct() local
674 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[m_width]), in TestModMul() local
754 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[m_width]), in TestModSquare() local
818 a_words(new BN_ULONG[m_width]); in TestModExp() local
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc461 auto a_words = std::make_unique<BN_ULONG[]>(num_a); in TestSquare() local
528 auto a_words = std::make_unique<BN_ULONG[]>(num_a); in TestProduct() local
676 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModMul() local
757 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModSquare() local
822 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModExp() local
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc461 auto a_words = std::make_unique<BN_ULONG[]>(num_a); in TestSquare() local
528 auto a_words = std::make_unique<BN_ULONG[]>(num_a); in TestProduct() local
676 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModMul() local
757 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModSquare() local
822 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModExp() local
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc406 auto a_words = std::make_unique<BN_ULONG[]>(num_a); in TestSquare() local
473 auto a_words = std::make_unique<BN_ULONG[]>(num_a); in TestProduct() local
620 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModMul() local
701 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModSquare() local
766 auto a_words = std::make_unique<BN_ULONG[]>(m_width); in TestModExp() local