Home
last modified time | relevance | path

Searched defs:invalidInput (Results 1 – 3 of 3) sorted by relevance

/third_party/openhitls/crypto/bn/src/
Dbn_gcd.c58 bool invalidInput = (a == NULL || b == NULL || r == NULL || opt == NULL); in BnGcdCheckInput() local
203 bool invalidInput = (r == NULL || x == NULL || m == NULL || opt == NULL); in InverseInputCheck() local
231 bool invalidInput = (a == NULL || b == NULL || t == NULL); in BN_ModInv() local
Dbn_operation.c729 bool invalidInput = (r == NULL || a == NULL || mod == NULL || opt == NULL); in BN_ModSqr() local
774 bool invalidInput = (r == NULL || a == NULL || e == NULL || m == NULL || opt == NULL); in ModExpInputCheck() local
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/init/
DMetadataParserTest.java61 final InputStream invalidInput = new ByteArrayInputStream("Some random input".getBytes(UTF_8)); in test_parse_shouldThrowExceptionForInvalidInput() local