Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dinternal.h119 extern const BN_ULONG kBoringSSLRSASqrtTwo[];
Drsa_impl.c770 const BN_ULONG kBoringSSLRSASqrtTwo[] = { variable
784 const size_t kBoringSSLRSASqrtTwoLen = OPENSSL_ARRAY_SIZE(kBoringSSLRSASqrtTwo);
875 kBoringSSLRSASqrtTwo + kBoringSSLRSASqrtTwoLen - to_check, in generate_prime()
/external/boringssl/src/crypto/rsa_extra/
Drsa_test.cc730 bn_set_words(sqrt.get(), kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)); in TEST()
736 bn_set_words(sqrt.get(), kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)); in TEST()