Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc717 a_copy_words(new BN_ULONG[m_width]), r_words(new BN_ULONG[m_width]); in TestModSquare() local
728 OPENSSL_memcpy(a_copy_words.get(), a_words.get(), in TestModSquare()
731 a_copy_words.get(), m_width, mont.get()); in TestModSquare()