Home
last modified time | relevance | path

Searched refs:test_signature (Results 1 – 25 of 129) sorted by relevance

123456

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-fortran.r/fortran-signature.d/
H A Dexpected.tags5 fna input.f90 /^ real function fna(/;" f module:test_signature
6 fnb input.f90 /^ subroutine fnb$/;" s module:test_signature
7 suba input.f90 /^ subroutine suba /;" s module:test_signature signature:(a, b)
8 subb input.f90 /^ subroutine subb /;" P module:test_signature signature:(arg)
9 test_signature input.f90 /^module test_signature$/;" m
/dports/security/py-pywinrm/pywinrm-0.4.1/winrm/tests/
H A Dtest_encryption.py83 test_signature = b"1234"
84 test_signature_length = struct.pack("<i", len(test_signature))
90 test_signature_length + test_signature + test_encrypted_message + \
104 test_signature = b"1234"
105 test_signature_length = struct.pack("<i", len(test_signature))
111 test_signature_length + test_signature + test_encrypted_message + \
125 test_signature = b"1234"
126 test_signature_length = struct.pack("<i", len(test_signature))
132 test_signature_length + test_signature + test_encrypted_message + \
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java148 if (test_signature(test)) { in main()
157 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
167 test_signature(test); in main()
187 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
188 return test_signature(test, false); in test_signature()
191 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java148 if (test_signature(test)) { in main()
157 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
167 test_signature(test); in main()
187 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
188 return test_signature(test, false); in test_signature()
191 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java154 if (test_signature(test)) { in main()
163 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
173 test_signature(test); in main()
193 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
194 return test_signature(test, false); in test_signature()
197 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java148 if (test_signature(test)) { in main()
157 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
167 test_signature(test); in main()
187 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
188 return test_signature(test, false); in test_signature()
191 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java148 if (test_signature(test)) { in main()
157 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
167 test_signature(test); in main()
187 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
188 return test_signature(test, false); in test_signature()
191 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java148 if (test_signature(test)) {
157 if (test_signature(new Test("sign-spec.xml", RXKS), true)) {
167 test_signature(test);
187 public static boolean test_signature(Test test) throws Exception {
188 return test_signature(test, false);
191 public static boolean test_signature(Test test, boolean cache)
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java148 if (test_signature(test)) { in main()
157 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
167 test_signature(test); in main()
187 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
188 return test_signature(test, false); in test_signature()
191 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/xml/crypto/dsig/
H A DValidationTests.java148 if (test_signature(test)) { in main()
157 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
167 test_signature(test); in main()
187 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
188 return test_signature(test, false); in test_signature()
191 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/crypto/dsig/
H A DValidationTests.java145 if (test_signature(test)) { in main()
154 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
164 test_signature(test); in main()
184 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
185 return test_signature(test, false); in test_signature()
188 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/crypto/dsig/
H A DValidationTests.java145 if (test_signature(test)) { in main()
154 if (test_signature(new Test("sign-spec.xml", RXKS), true)) { in main()
164 test_signature(test); in main()
184 public static boolean test_signature(Test test) throws Exception { in test_signature() method in ValidationTests
185 return test_signature(test, false); in test_signature()
188 public static boolean test_signature(Test test, boolean cache) in test_signature() method in ValidationTests
/dports/www/p5-WWW-OAuth/WWW-OAuth-1.000/t/
H A Doauth.t54 my $test_signature = _test_signature('POST', $oauth_request_url, $oauth_params, $api_secret);
55 is $test_signature, $oauth_params->{oauth_signature}, 'signature formed correctly';
91 $test_signature = _test_signature('GET', $verify_url, $oauth_params, $api_secret, $token_secret);
92 is $test_signature, $oauth_params->{oauth_signature}, 'signature formed correctly';
140 my $test_signature = hmac_sha1_base64($base_str, $signing_key);
141 $test_signature .= '='x(4 - length($test_signature) % 4) if length($test_signature) % 4;
142 return $test_signature;
/dports/ftp/libfilezilla/libfilezilla-0.31.1/tests/
H A Dcrypto.cpp14 CPPUNIT_TEST(test_signature);
23 void test_signature();
68 void crypto_test::test_signature() in test_signature() function in crypto_test
/dports/mail/py-dkimpy/dkimpy-1.0.5/dkim/tests/
H A Dtest_crypto.py153 test_signature = binascii.unhexlify( variable in TestRSASSA
161 self.assertEqual(self.test_signature, signature)
171 self.hash, self.test_signature, invalid_key))
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-code-generator.cc416 LocationSignature::Builder test_signature( local
422 test_signature.AddParam(LinkageLocation::ForRegister(
429 test_signature.AddParam(
466 AddRegister(&test_signature, MachineRepresentation::kFloat32,
534 AddStackSlot(&test_signature, rep, slot);
568 test_signature.AddReturn(LinkageLocation::ForRegister(
576 test_signature.Build(), // location_sig
607 void AddRegister(LocationSignature::Builder* test_signature, in AddRegister() argument
611 test_signature->AddParam(LinkageLocation::ForRegister( in AddRegister()
621 void AddStackSlot(LocationSignature::Builder* test_signature, in AddStackSlot() argument
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/integration/
H A Dfapi-ext-public-key.int.c100 const uint8_t test_signature[71] = { in test_fapi_ext_public_key() local
239 test_signature, test_signature_size, NULL); in test_fapi_ext_public_key()
/dports/science/py-rmf/rmf-1.3.1/test/
H A Dtest_signature.py7 def test_signature(self): member in Tests
/dports/science/rmf/rmf-1.3.1/test/
H A Dtest_signature.py7 def test_signature(self): member in Tests
/dports/devel/py-wrapt/wrapt-1.13.3/tests/
H A Dtest_adapter_py33.py50 def test_signature(self): member in TestArgumentSpecification
/dports/textproc/py-python-lsp-server/python-lsp-server-1.3.3/test/plugins/
H A Dtest_signature.py53 def test_signature(workspace): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dsymlink_status.pass.cpp29 TEST_CASE(test_signature) { in TEST_CASE() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dsymlink_status.pass.cpp29 TEST_CASE(test_signature) { in TEST_CASE() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dsymlink_status.pass.cpp29 TEST_CASE(test_signature) { in TEST_CASE() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dsymlink_status.pass.cpp29 TEST_CASE(test_signature) { in TEST_CASE() argument

123456