/external/openthread/tests/unit/ |
D | test_lowpan.cpp | 280 TestIphcVector testVector("Fully compressible IPv6 addresses using long MAC addresses"); in TestFullyCompressableLongAddresses() local 305 TestIphcVector testVector("Fully compressible IPv6 addresses using short MAC addresses"); in TestFullyCompressableShortAddresses() local 330 … TestIphcVector testVector("Fully compressible IPv6 addresses using short and long MAC addresses"); in TestFullyCompressableShortLongAddresses() local 355 … TestIphcVector testVector("Fully compressible IPv6 addresses using long and short MAC addresses"); in TestFullyCompressableLongShortAddresses() local 380 TestIphcVector testVector("Unspecified source IPv6 address"); in TestSourceUnspecifiedAddress() local 404 TestIphcVector testVector("IPv6 addresses inline"); in TestSource128bitDestination128bitAddresses() local 431 TestIphcVector testVector("IPv6 addresses 64-bit using long MAC addresses"); in TestSource64bitDestination64bitLongAddresses() local 457 TestIphcVector testVector("IPv6 addresses 64-bit using short MAC addresses"); in TestSource64bitDestination64bitShortAddresses() local 483 TestIphcVector testVector("IPv6 addresses 16-bit using short MAC addresses"); in TestSource16bitDestination16bitAddresses() local 508 …TestIphcVector testVector("Fully compressible IPv6 source and destination 16-bit using long MAC ad… in TestSourceCompressedDestination16bitAddresses() local [all …]
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | qadd_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
D | qsub_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
D | qdiv_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
D | qmul_test.c | 19 struct testVector { struct 29 const struct testVector edgeCases[] = { argument
|
D | fixtfdi_test.c | 6 struct testVector { double xhi; double xlo; int64_t result; }; argument
|
/external/tink-java/src/test/java/com/google/crypto/tink/subtle/ |
D | RsaSsaPssSignJceTest.java | 80 SignatureTestVector testVector = SIGNATURE_TEST_VECTORS[0]; in constructorValidatesHashType() local 100 public void createAndSign_works(@FromDataPoints("testVectors") SignatureTestVector testVector) in createAndSign_works() 112 public void constructorAndSign_works( in constructorAndSign_works() 142 SignatureTestVector testVector = SIGNATURE_TEST_VECTORS[0]; in usesConscryptImplementationIfInstalled() local
|
D | RsaSsaPssVerifyJceTest.java | 58 public void verifySignatureInTestVector_works( in verifySignatureInTestVector_works() 84 public void constructor_verifySignatureInTestVector_works( in constructor_verifySignatureInTestVector_works() 116 SignatureTestVector testVector = TEST_VECTORS[0]; in constructorValidatesHashType() local 138 public void modifiedOutputPrefix_throws( in modifiedOutputPrefix_throws() 244 SignatureTestVector testVector = TEST_VECTORS[0]; in usesConscryptImplementationIfInstalled() local
|
D | PrfAesCmacTest.java | 66 public void compute_isCorrect( in compute_isCorrect() 76 public void createWithAesCmacPrfKey_compute_isCorrect( in createWithAesCmacPrfKey_compute_isCorrect() 85 public void wycheproofTestVectors_compute_isCorrect( in wycheproofTestVectors_compute_isCorrect()
|
D | EcdsaSignJceTest.java | 162 public void test_validateSignatureInTestVector( in test_validateSignatureInTestVector() 170 public void test_computeAndValidateFreshSignatureWithTestVector( in test_computeAndValidateFreshSignatureWithTestVector() 180 public void test_validateSignatureInTestVectorWithWrongMessage_throws( in test_validateSignatureInTestVectorWithWrongMessage_throws()
|
D | RsaSsaPkcs1SignJceTest.java | 184 public void test_validateSignatureInTestVector( in test_validateSignatureInTestVector() 193 public void test_computeAndValidateFreshSignatureWithTestVector( in test_computeAndValidateFreshSignatureWithTestVector() 205 public void test_validateSignatureInTestVectorWithWrongMessage_throws( in test_validateSignatureInTestVectorWithWrongMessage_throws()
|
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/ |
D | HpkeContextTest.java | 65 private void verifyContext(HpkeContext context, HpkeTestVector testVector) { in verifyContext() 71 private void verifyEncrypt(HpkeContext context, HpkeTestVector testVector) in verifyEncrypt() 83 private void verifyDecrypt(HpkeContext context, HpkeTestVector testVector) in verifyDecrypt() 98 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testContext() local 138 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSenderAndRecipientContexts() local 183 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSenderAndRecipientAuthContexts() local
|
D | ChaCha20Poly1305HpkeAeadTest.java | 66 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSealAndOpen() local 95 HpkeTestVector testVector = in seal_wrongKeyLength() local 113 HpkeTestVector testVector = in open_wrongKeyLength() local
|
D | AesGcmHpkeAeadTest.java | 66 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSealAndOpen() local 111 HpkeTestVector testVector = in seal_wrongKeyLength() local 129 HpkeTestVector testVector = in open_wrongKeyLength() local
|
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/internal/ |
D | HpkeContextTest.java | 64 private void verifyContext(HpkeContext context, HpkeTestVector testVector) { in verifyContext() 70 private void verifyEncrypt(HpkeContext context, HpkeTestVector testVector) in verifyEncrypt() 82 private void verifyDecrypt(HpkeContext context, HpkeTestVector testVector) in verifyDecrypt() 97 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testContext() local 133 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSenderAndRecipientContexts() local 181 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSenderAndRecipientAuthContexts() local
|
D | ChaCha20Poly1305HpkeAeadTest.java | 63 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSealAndOpen() local 92 HpkeTestVector testVector = in seal_wrongKeyLength() local 110 HpkeTestVector testVector = in open_wrongKeyLength() local
|
D | AesGcmHpkeAeadTest.java | 63 HpkeTestVector testVector = getTestVector(mode, kemId, kdfId, aeadId); in testSealAndOpen() local 108 HpkeTestVector testVector = in seal_wrongKeyLength() local 126 HpkeTestVector testVector = in open_wrongKeyLength() local
|
/external/tink-java/src/test/java/com/google/crypto/tink/signature/ |
D | SignatureConfigurationV0Test.java | 71 public void test_validateSignatureInTestVector( in test_validateSignatureInTestVector() 103 public void test_computeAndValidateFreshSignatureWithTestVector( in test_computeAndValidateFreshSignatureWithTestVector() 145 public void test_computeFreshSignatureWithTestVector_throwsWithWrongMessage( in test_computeFreshSignatureWithTestVector_throwsWithWrongMessage()
|
D | EcdsaSignKeyManagerTest.java | 153 public void test_validateSignatureInTestVector( in test_validateSignatureInTestVector() 180 public void test_computeAndValidateFreshSignatureWithTestVector( in test_computeAndValidateFreshSignatureWithTestVector() 215 public void test_computeFreshSignatureWithTestVector_throwsWithWrongMessage( in test_computeFreshSignatureWithTestVector_throwsWithWrongMessage()
|
D | RsaSsaPssSignKeyManagerTest.java | 236 public void test_validateSignatureInTestVector( in test_validateSignatureInTestVector() 260 public void test_computeAndValidateFreshSignatureWithTestVector( in test_computeAndValidateFreshSignatureWithTestVector() 287 SignatureTestVector testVector = ALL_TEST_VECTORS[0]; in test_serializeAndParse_works() local
|
/external/tink-java/src/test/java/com/google/crypto/tink/signature/internal/ |
D | RsaSsaPssVerifyConscryptTest.java | 62 public void verifySignatureInTestVector_works( in verifySignatureInTestVector_works() 77 public void modifiedOutputPrefix_throws( in modifiedOutputPrefix_throws()
|
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/ |
D | Aws4EventStreamSignerTest.java | 90 TestVector testVector = generateTestVector(); in testEventStreamSigning() local 130 TestVector testVector = generateTestVector(); in testBackPressure() local
|
/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/eventstream/internal/io/ |
D | SigV4DataFramePublisherTest.java | 104 TestVector testVector = generateTestVector(); in sigV4DataFramePublisher_shouldAdaptAndSignPublisher() local 148 TestVector testVector = generateTestVector(); in testBackPressure() local
|
/external/clang/test/Analysis/inlining/ |
D | stl.cpp | 8 void testVector(std::vector<int> &nums) { in testVector() function
|
/external/tink-java/src/test/java/com/google/crypto/tink/prf/internal/ |
D | AesCmacPrfWycheproofTestUtilTest.java | 36 AesCmacPrfTestUtil.TestVector testVector = in readTestVectors_firstTestCaseIsCorrect() local
|