Searched defs:signatures (Results 1 - 25 of 34) sorted by relevance

12

/external/vboot_reference/tests/
H A Drsa_padding_test.h40 /* The test signatures (RSA-1024/SHA-1). signature[0] is correct,
41 * all other signatures are incorrect.
45 static const uint8_t signatures[][RSA1024NUMBYTES] = { variable
/external/v8/tools/testrunner/server/
H A Dwork_handler.py37 from . import signatures namespace
98 if not signatures.VerifySignature(target, binary["blob"],
H A Dmain.py39 from . import signatures namespace
211 result = signatures.ReadFileAndSignature(filename) # Format: [key, sig].
227 if not signatures.VerifySignature(filename, pubkey, signature,
/external/v8/tools/testrunner/network/
H A Dnetwork_execution.py43 from ..server import signatures namespace
128 libv8 = signatures.ReadFileAndSignature(ldd[2])
131 binary = signatures.ReadFileAndSignature(path)
/external/junit/src/main/java/org/junit/experimental/theories/
H A DParameterSignature.java37 public static ArrayList<ParameterSignature> signatures(Method method) { method in class:ParameterSignature
38 return signatures(method.getParameterTypes(), method
42 public static List<ParameterSignature> signatures(Constructor<?> constructor) { method in class:ParameterSignature
43 return signatures(constructor.getParameterTypes(), constructor
47 private static ArrayList<ParameterSignature> signatures( method in class:ParameterSignature
/external/libvpx/libvpx/test/
H A Dtest_intra_pred_speed.cc68 void CheckMd5Signature(const char name[], const char *const signatures[], argument
75 EXPECT_STREQ(signatures[idx], md5.Get());
79 const char *const signatures[], int block_size) {
101 CheckMd5Signature(name, signatures, intra_pred_test_mem.src,
352 const char *const signatures[], int block_size) {
374 CheckMd5Signature(name, signatures, intra_pred_test_mem.src,
78 TestIntraPred(const char name[], VpxPredFunc const *pred_funcs, const char *const signatures[], int block_size) argument
351 TestHighbdIntraPred(const char name[], VpxHighbdPredFunc const *pred_funcs, const char *const signatures[], int block_size) argument
/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DDsaTest.java54 * Tests DSA against invalid signatures. The motivation for this test is the DSA implementation in
55 * gpg4browsers. This implementation accepts signatures with r=1 and s=0 as valid.
119 * Accepting such signatures is in many cases benign. Hence the tests
120 * below will pass if such signatures are accepted as valid.
150 // The Sun provider accepts DSA signatures where a leading 00 has
157 * The following test vectors are invalid DSA signatures.
160 * We expect that a correct implementation of DSA signatures satisfies this contract.
164 * <p>A list of problems that are caught by these signatures:
166 * some invalid DSA signatures.
678 String[] signatures,
677 testVectors( String[] signatures, DSAPublicKeySpec key, String message, String algorithm, String signatureType, boolean isValidDER, boolean isValidBER) argument
[all...]
H A DEcdsaTest.java42 * Tests ECDSA against invalid signatures.
52 // - CVE-2015-2730: Firefox failed to handle some signatures correctly because of incorrect
65 // Valid signatures for MESSAGE
74 * Whether such signatures are accepted as valid or rejected depends on the implementation.
80 // New test vectors should best be done by extending this code. Some of the signatures
125 * Test vectors with invalid signatures.
128 * <li> The implementation of DSA in gpg4browsers accepted signatures with r=1 and s=q as valid.
131 * <li> CVE-2013-2944: strongSwan 5.0.4 accepts invalid ECDSA signatures when openssl is used.
136 * such situations. The test vectors below contain incorrectly encoded signatures.
142 * <li> CVE-2016-5546: OpenJDK8 throwed an OutOfmemoryError on some signatures
605 testVectors( String[] signatures, ECPublicKeySpec pubSpec, String message, String algorithm, String signatureType, boolean isValidDER, boolean isValidBER) argument
[all...]
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc229 std::map<uintptr_t, std::string> signatures; member in struct:CrashedProcess
833 crashinfo->signatures[rawmodule->base_of_image] = prefix + basename;
939 crashinfo->signatures.find((uintptr_t)iter->addr);
940 if (guid != crashinfo->signatures.end()) {
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp147 static bool ParseSignatures(const Byte *data, unsigned size, CObjectVector<CByteBuffer> &signatures) argument
149 signatures.Clear();
156 signatures.AddNew().CopyFrom(data, len);
/external/v8/src/wasm/
H A Dwasm-module.h201 std::vector<FunctionSig*> signatures; // signatures in this module. member in struct:v8::internal::wasm::WasmModule
307 return module && index < module->signatures.size();
322 return module->signatures[index];
/external/mesa3d/src/glsl/
H A Dir.h524 /* An ir_function_signature will be part of the list of signatures in
561 * invariants (i.e., a function signature is in the list of signatures for
661 this->signatures.push_tail(sig);
665 * Get an iterator for the set of function signatures
669 return signatures.iterator();
702 struct exec_list signatures; member in class:ir_function
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1655 milliseconds

12