Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dinternal.h124 int rsa_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len);
Drsa_impl.c786 int rsa_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len) { in rsa_less_than_words() function
874 if (!rsa_less_than_words( in generate_prime()
/external/boringssl/src/crypto/rsa_extra/
Drsa_test.cc789 rsa_less_than_words(kTestVectors[i], kTestVectors[j], in TEST()
794 EXPECT_EQ(0, rsa_less_than_words(NULL, NULL, 0)); in TEST()