HomeSort by relevance Sort by last modified time
    Searched refs:TestVector (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/crypto/base64/
base64_test.cc 23 struct TestVector {
29 static const TestVector kTestVectors[] = {
43 const TestVector *t = &kTestVectors[i];
63 const TestVector *t = &kTestVectors[i];
  /external/boringssl/src/crypto/digest/
digest_test.cc 48 struct TestVector {
59 static const TestVector kTestVectors[] = {
137 static bool CompareDigest(const TestVector *test,
160 static int TestDigest(const TestVector *test) {
  /external/parameter-framework/upstream/test/xml-generator/
test.py 43 class TestVector:
50 def __init__(self, pfConfig, testVector):
58 if testVector.initialSettings:
59 self.command += ["--initial-settings", testVector.initialSettings]
60 if testVector.edds:
61 self.command += ["--add-edds"] + testVector.edds
62 if testVector.domains:
63 self.command += ["--add-domains"] + testVector.domains
91 vector_dir = os.path.join(basedir, "testVector")
98 self.nominal_vector = TestVector(os.path.join(vector_dir, "initialSettings.xml")
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AESCipherNistCavpKatTest.java 177 TestVector testVector = null;
213 testVector = new TestVector();
230 runKatTest(blockMode, encrypt, testVector);
232 testVector = null;
244 testVector.key = HexEncoding.decode(value);
246 testVector.iv = HexEncoding.decode(value);
248 testVector.plaintext = HexEncoding.decode(value);
250 testVector.ciphertext = HexEncoding.decode(value)
    [all...]
  /external/compiler-rt/test/builtins/Unit/
comparedf2_test.c 25 struct TestVector {
37 int test__cmpdf2(const struct TestVector *vector) {
145 static const struct TestVector vectors[] = {
comparesf2_test.c 25 struct TestVector {
37 int test__cmpsf2(const struct TestVector *vector) {
145 static const struct TestVector vectors[] = {
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 550 struct TestVector
558 list<TestVector> testVectors = {
593 for (auto &testVector : testVectors) {
595 CHECK(cmdHandler->process("showMapping", {testVector.path}, output));
596 CHECK(output == testVector.humanReadable);
  /external/libchrome/crypto/
p224_unittest.cc 28 // TestVector represents a test of scalar multiplication of the base point.
31 struct TestVector {
39 static const TestVector kNISTTestVectors[kNumNISTTestVectors] = {
    [all...]
  /external/libweave/third_party/chromium/crypto/
p224_unittest.cc 28 // TestVector represents a test of scalar multiplication of the base point.
31 struct TestVector {
39 static const TestVector kNISTTestVectors[kNumNISTTestVectors] = {
    [all...]

Completed in 213 milliseconds