Home
last modified time | relevance | path

Searched refs:unprotected (Results 1 – 25 of 2509) sorted by relevance

12345678910>>...101

/dports/devel/py-pylibsrtp/pylibsrtp-0.6.7/tests/
H A Dtest_session.py99 unprotected = rx_session.unprotect(protected)
100 self.assertEqual(len(unprotected), 172)
101 self.assertEqual(unprotected, RTP)
129 unprotected = rx_session.unprotect(protected)
130 self.assertEqual(len(unprotected), 172)
131 self.assertEqual(unprotected, RTP)
152 self.assertEqual(len(unprotected), 28)
153 self.assertEqual(unprotected, RTCP)
167 unprotected = rx_session.unprotect(protected)
168 self.assertEqual(len(unprotected), 172)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/
H A Dcryptography_backend.yml38 - name: Generate an unprotected key
40 path: '{{ remote_tmp_dir }}/unprotected'
43 - name: Modify unprotected key with passphrase
45 path: '{{ remote_tmp_dir }}/unprotected'
52 - name: Modify unprotected key with passphrase (force)
54 path: '{{ remote_tmp_dir }}/unprotected'
61 - name: Check that unprotected key was modified
67 - name: Remove unprotected key
69 path: '{{ remote_tmp_dir }}/unprotected'
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/
H A Doscore.py545 piv = unprotected.pop(COSE_PIV, b"")
550 if COSE_KID in unprotected:
556 if COSE_KID_CONTEXT in unprotected:
574 if unprotected:
603 unprotected = {}
790 if COSE_PIV not in unprotected:
829 if unprotected:
923 unprotected = {}
945 unprotected[COSE_KID] = kid
954 return b"", {}, unprotected, payload
[all …]
H A Doscore_sitewrapper.py52 unprotected = oscore.verify_start(request)
58 sc = self.server_credentials.find_oscore(unprotected)
66 unprotected, seqno = sc.unprotect(request)
90 unprotected.remote = OSCOREAddress(sc, request.remote)
92 self.log.debug("Request %r was unprotected into %r", request, unprotected)
98 response = await self._inner_site.render(unprotected)
/dports/net/py-aiocoap/aiocoap-0.4.3/contrib/oscore-plugtest/
H A Dplugtest-server314 unprotected = oscore.verify_start(request)
326 sc = self.server_credentials.find_oscore(unprotected)
334 unprotected, seqno = sc.unprotect(request)
358 unprotected.remote = OSCOREAddress(sc, request.remote)
360 …"Message was decrypted successfully. Request is to %s (%s)", unprotected.opt.uri_path, unprotected)
362 if unprotected.opt.observe is not None:
363 await super().add_observation(unprotected, oscobs)
365 await self._inner_site.add_observation(unprotected, oscobs)
377 response = await self._inner_site.render(unprotected)
379 response = await super().render(unprotected)
[all …]
/dports/net/wireshark/wireshark-3.6.1/test/captures/
H A Dcose_sign_tagged.cbordiag10 / unprotected / {},
17 / unprotected / {
28 / unprotected / {
H A Dcose_mac_tagged.cbordiag6 / unprotected / {},
15 / unprotected / {
31 / unprotected / {
/dports/net/wireshark-lite/wireshark-3.6.1/test/captures/
H A Dcose_sign_tagged.cbordiag10 / unprotected / {},
17 / unprotected / {
28 / unprotected / {
H A Dcose_mac_tagged.cbordiag6 / unprotected / {},
15 / unprotected / {
31 / unprotected / {
/dports/net/tshark-lite/wireshark-3.6.1/test/captures/
H A Dcose_sign_tagged.cbordiag10 / unprotected / {},
17 / unprotected / {
28 / unprotected / {
H A Dcose_mac_tagged.cbordiag6 / unprotected / {},
15 / unprotected / {
31 / unprotected / {
/dports/net/tshark/wireshark-3.6.1/test/captures/
H A Dcose_sign_tagged.cbordiag10 / unprotected / {},
17 / unprotected / {
28 / unprotected / {
H A Dcose_mac_tagged.cbordiag6 / unprotected / {},
15 / unprotected / {
31 / unprotected / {
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DInterfaceDialog.cpp156 m_dialog->unprotected->hide(); in loadFWObject()
165 m_dialog->unprotected->show(); in loadFWObject()
179 m_dialog->unprotected->setEnabled(false); in loadFWObject()
243 m_dialog->unprotected->setEnabled(true); in loadFWObject()
244 m_dialog->unprotected->setChecked( obj->getBool("unprotected") ); in loadFWObject()
247 m_dialog->unprotected->setEnabled(false); in loadFWObject()
304 m_dialog->unprotected->setEnabled(!o->isReadOnly()); in loadFWObject()
305 setDisabledPalette(m_dialog->unprotected); in loadFWObject()
480 new_state->setBool("unprotected", m_dialog->unprotected->isChecked() ); in applyChanges()
/dports/security/hardening-check/hardening-wrapper/
H A Dhardening-check236 my @unprotected;
240 push(@unprotected, $name);
247 if ($#unprotected == -1) {
258 if ($#unprotected == -1) {
270 for my $name (@unprotected) {
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dwestcos.profile18 unprotected = *=NONE;
79 acl = $unprotected;
87 acl = $unprotected;
101 acl = $unprotected;
106 acl = $unprotected;
112 acl = $unprotected;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Security/
H A DMachineKey.cs144 var unprotected = MachineKeySectionUtils.Decrypt (config, protectedData); in Unprotect()
147 if (purposeBytes [i] != unprotected [i]) in Unprotect()
151 var dataLength = unprotected.Length - purposeBytes.Length; in Unprotect()
153 Array.Copy (unprotected, purposeBytes.Length, result, 0, dataLength); in Unprotect()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/briankassouf/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kubernetes/vendor/github.com/briankassouf/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/briankassouf/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/briankassouf/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/SermoDigital/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/briankassouf/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/SermoDigital/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/briankassouf/jose/jws/
H A Djws.go104 return j.sb[0].unprotected
110 return j.sb[i].unprotected
125 unprotected jose.Header member
135 return s.unprotected.UnmarshalJSON(s.Unprotected)
146 unprotected: jose.Header{},
239 …if err := checkHeaders(jose.Header(g.Signatures[i].protected), g.Signatures[i].unprotected); err !…
288 if err := checkHeaders(jose.Header(g.sigHead.protected), g.sigHead.unprotected); err != nil {

12345678910>>...101