Home
last modified time | relevance | path

Searched refs:expected_tag (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dsoap.py49 expected_tag = '{%s}AttributeQuery' % SAMLP_NAMESPACE
50 return parse_soap_enveloped_saml_thingy(text, [expected_tag])
60 expected_tag = '{%s}LogoutRequest' % SAMLP_NAMESPACE
65 expected_tag = '{%s}AuthnRequest' % SAMLP_NAMESPACE
70 expected_tag = '{%s}ArtifactResolve' % SAMLP_NAMESPACE
75 expected_tag = '{%s}ArtifactResponse' % SAMLP_NAMESPACE
80 expected_tag = '{%s}NameIDMappingRequest' % SAMLP_NAMESPACE
90 expected_tag = '{%s}ManageNameIDRequest' % SAMLP_NAMESPACE
95 expected_tag = '{%s}ManageNameIDResponse' % SAMLP_NAMESPACE
100 expected_tag = '{%s}AssertionIDRequest' % SAMLP_NAMESPACE
[all …]
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dsoap.py50 expected_tag = '{%s}AttributeQuery' % SAMLP_NAMESPACE
51 return parse_soap_enveloped_saml_thingy(text, [expected_tag])
61 expected_tag = '{%s}LogoutRequest' % SAMLP_NAMESPACE
66 expected_tag = '{%s}AuthnRequest' % SAMLP_NAMESPACE
71 expected_tag = '{%s}ArtifactResolve' % SAMLP_NAMESPACE
76 expected_tag = '{%s}ArtifactResponse' % SAMLP_NAMESPACE
81 expected_tag = '{%s}NameIDMappingRequest' % SAMLP_NAMESPACE
91 expected_tag = '{%s}ManageNameIDRequest' % SAMLP_NAMESPACE
96 expected_tag = '{%s}ManageNameIDResponse' % SAMLP_NAMESPACE
101 expected_tag = '{%s}AssertionIDRequest' % SAMLP_NAMESPACE
[all …]
H A Decp_client.py151 expected_tag = "Response"
152 if idp_response.c_tag != expected_tag:
155 invalid=idp_response.c_tag, valid=expected_tag
187 expected_tag = "AuthnRequest"
188 if authn_request.c_tag != expected_tag:
191 invalid=authn_request.c_tag, valid=expected_tag
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dsoap.py50 expected_tag = '{%s}AttributeQuery' % SAMLP_NAMESPACE
51 return parse_soap_enveloped_saml_thingy(text, [expected_tag])
61 expected_tag = '{%s}LogoutRequest' % SAMLP_NAMESPACE
66 expected_tag = '{%s}AuthnRequest' % SAMLP_NAMESPACE
71 expected_tag = '{%s}ArtifactResolve' % SAMLP_NAMESPACE
76 expected_tag = '{%s}ArtifactResponse' % SAMLP_NAMESPACE
81 expected_tag = '{%s}NameIDMappingRequest' % SAMLP_NAMESPACE
91 expected_tag = '{%s}ManageNameIDRequest' % SAMLP_NAMESPACE
96 expected_tag = '{%s}ManageNameIDResponse' % SAMLP_NAMESPACE
101 expected_tag = '{%s}AssertionIDRequest' % SAMLP_NAMESPACE
[all …]
/dports/www/p5-CGI/CGI-4.53/t/
H A Dhtml_functions.t18 my $expected_tag = lc( $tag );
22 "<$expected_tag />",
28 "<$expected_tag>some contents</$expected_tag>",
34 "<$expected_tag bar=\"boz\" biz=\"baz\" />",
40 "<$expected_tag bar=\"boz\">some contents</$expected_tag>",
47 is( $q->$start( 'foo' ),"<$expected_tag>","$start function" );
50 is( $q->$end( 'foo' ),"</$expected_tag>","$end function" );
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/scenarios/multimaster/beacons/
H A Dtest_inotify.py97 expected_tag = "salt/beacon/{}/status/*".format(salt_mm_minion_1.id)
99 (salt_mm_master_1.id, expected_tag),
100 (salt_mm_master_2.id, expected_tag),
117 expected_tag = "salt/beacon/{}/inotify/{}".format(
121 (salt_mm_master_1.id, expected_tag),
122 (salt_mm_master_2.id, expected_tag),
140 assert [(expected_tag, expected_data), (expected_tag, expected_data)] == [
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/crypto/
H A Dchacha_poly_aead.cpp53 unsigned char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in Crypt() local
66 poly1305_auth(expected_tag, src, src_len - POLY1305_TAGLEN, poly_key); in Crypt()
69 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in Crypt()
70 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
74 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/crypto/
H A Dchacha_poly_aead.cpp53 unsigned char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in Crypt() local
66 poly1305_auth(expected_tag, src, src_len - POLY1305_TAGLEN, poly_key); in Crypt()
69 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in Crypt()
70 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
74 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/crypto/
H A Dchacha_poly_aead.cpp53 unsigned char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in Crypt() local
66 poly1305_auth(expected_tag, src, src_len - POLY1305_TAGLEN, poly_key); in Crypt()
69 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in Crypt()
70 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
74 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/crypto/
H A Dchacha_poly_aead.cpp53 unsigned char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in Crypt() local
66 poly1305_auth(expected_tag, src, src_len - POLY1305_TAGLEN, poly_key); in Crypt()
69 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in Crypt()
70 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
74 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/crypto/
H A Dchacha_poly_aead.cpp53 unsigned char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in Crypt() local
66 poly1305_auth(expected_tag, src, src_len - POLY1305_TAGLEN, poly_key); in Crypt()
69 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in Crypt()
70 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
74 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/crypto/
H A Dchacha_poly_aead.cpp53 unsigned char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in Crypt() local
66 poly1305_auth(expected_tag, src, src_len - POLY1305_TAGLEN, poly_key); in Crypt()
69 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in Crypt()
70 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
74 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/crypto/
H A Dchacha_poly_aead.cpp53 unsigned char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in Crypt() local
66 poly1305_auth(expected_tag, src, src_len - POLY1305_TAGLEN, poly_key); in Crypt()
69 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in Crypt()
70 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
74 memory_cleanse(expected_tag, sizeof(expected_tag)); in Crypt()
/dports/security/py-cryptography/stage/usr/local/lib/python3.8/site-packages/cryptography/hazmat/
H A D_der.py103 def read_element(self, expected_tag): argument
105 if tag != expected_tag:
109 def read_single_element(self, expected_tag): argument
111 return self.read_element(expected_tag)
113 def read_optional_element(self, expected_tag): argument
114 if len(self.data) > 0 and six.indexbytes(self.data, 0) == expected_tag:
115 return self.read_element(expected_tag)
/dports/security/py-cryptography/cryptography-3.3.2/src/cryptography/hazmat/
H A D_der.py103 def read_element(self, expected_tag): argument
105 if tag != expected_tag:
109 def read_single_element(self, expected_tag): argument
111 return self.read_element(expected_tag)
113 def read_optional_element(self, expected_tag): argument
114 if len(self.data) > 0 and six.indexbytes(self.data, 0) == expected_tag:
115 return self.read_element(expected_tag)
/dports/security/py-cryptography/cryptography-3.3.2/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cryptography/hazmat/
H A D_der.py103 def read_element(self, expected_tag): argument
105 if tag != expected_tag:
109 def read_single_element(self, expected_tag): argument
111 return self.read_element(expected_tag)
113 def read_optional_element(self, expected_tag): argument
114 if len(self.data) > 0 and six.indexbytes(self.data, 0) == expected_tag:
115 return self.read_element(expected_tag)
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dcipher-chachapoly.c56 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
73 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
98 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dcipher-chachapoly.c54 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
73 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) in chachapoly_crypt()
93 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dcipher-chachapoly.c57 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
74 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
75 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
99 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dcipher-chachapoly.c75 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
92 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
93 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
117 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()
H A Dcipher-chachapoly-libcrypto.c91 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
111 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
112 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
142 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/
H A Dtest_windows.py93 expected_tag = ".cp{0.major}{0.minor}-{1}.pyd".format(sys.version_info,
99 expected_tag = "_d" + expected_tag
101 self.assertIn(expected_tag, suffixes)
104 tagged_i = suffixes.index(expected_tag)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/tests/
H A Dproxy-test.c52 const char * const *expected_tag; in callback_done() local
56 expected_tag = &tag_a; in callback_done()
58 expected_tag = &tag_b; in callback_done()
64 assert(tag == expected_tag); in callback_done()
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dact_cache.cpp151 unsigned expected_tag; in insert() local
160 DEBUG_CODE(expected_tag = 0;); // new entry in insert()
164 DEBUG_CODE(expected_tag = GET_TAG(entry.m_value);); in insert()
173 DEBUG_CODE(expected_tag = 0;); in insert()
179 SASSERT(expected_tag == GET_TAG(v2)); in insert()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Dact_cache.cpp151 unsigned expected_tag; in insert() local
160 DEBUG_CODE(expected_tag = 0;); // new entry in insert()
164 DEBUG_CODE(expected_tag = GET_TAG(entry.m_value);); in insert()
173 DEBUG_CODE(expected_tag = 0;); in insert()
179 SASSERT(expected_tag == GET_TAG(v2)); in insert()

12345678910>>...12