Home
last modified time | relevance | path

Searched refs:peerName (Results 251 – 275 of 1168) sorted by relevance

1...<<11121314151617181920>>...47

/dports/lang/php74/php-7.4.27/ext/openssl/tests/
H A Dbug74159.phpt47 $peerName = 'bug74159';
110 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug77390.phpt13 $peerName = 'bug77390';
53 $clientCode = sprintf($clientCode, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/security/php81-openssl/php-8.1.1/ext/openssl/tests/
H A Dbug74159.phpt48 $peerName = 'bug74159';
111 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
116 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug77390.phpt14 $peerName = 'bug77390';
54 $clientCode = sprintf($clientCode, $peerName);
116 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dcapture_peer_cert_001.phpt28 $peerName = 'capture_peer_cert_001';
47 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/security/php73-openssl/php-7.3.33/ext/openssl/tests/
H A Dbug77390.phpt13 $peerName = 'bug77390';
53 $clientCode = sprintf($clientCode, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug74159.phpt47 $peerName = 'bug74159';
110 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/security/php74-openssl/php-7.4.27/ext/openssl/tests/
H A Dbug74159.phpt47 $peerName = 'bug74159';
110 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug77390.phpt13 $peerName = 'bug77390';
53 $clientCode = sprintf($clientCode, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/security/php80-openssl/php-8.0.15/ext/openssl/tests/
H A Dbug74159.phpt47 $peerName = 'bug74159';
110 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug77390.phpt13 $peerName = 'bug77390';
53 $clientCode = sprintf($clientCode, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php73/php-7.3.33/ext/openssl/tests/
H A Dbug74159.phpt47 $peerName = 'bug74159';
110 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug77390.phpt13 $peerName = 'bug77390';
53 $clientCode = sprintf($clientCode, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php81/php-8.1.1/ext/openssl/tests/
H A Dbug74159.phpt48 $peerName = 'bug74159';
111 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
116 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dcapture_peer_cert_001.phpt28 $peerName = 'capture_peer_cert_001';
47 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php74/php-7.4.27/ext/openssl/tests/
H A Dbug74159.phpt47 $peerName = 'bug74159';
110 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug77390.phpt13 $peerName = 'bug77390';
53 $clientCode = sprintf($clientCode, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php80/php-8.0.15/ext/openssl/tests/
H A Dbug74159.phpt47 $peerName = 'bug74159';
110 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug77390.phpt13 $peerName = 'bug77390';
53 $clientCode = sprintf($clientCode, $peerName);
115 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dverifier.go27 peerName func() string member
45 peerName: func() string {
196 v.pinWindow.prompt.SetMarkup(i18n.Localf("Share this one-time PIN with <b>%s</b>", v.peerName()))
329 …ow.question.SetMarkup(i18n.Localf("Enter the secret that <b>%s</b> shared with you", v.peerName()))
331 …arkup(i18n.Localf("Type the PIN that <b>%s</b> sent you. It can be used only once.", v.peerName()))
418 …rkup(i18n.Localf("Hooray! No one is listening to your conversations with <b>%s</b>", v.peerName()))
455 …iled.label.SetMarkup(i18n.Localf("We could not verify this channel with <b>%s</b>.", v.peerName()))
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DPeerNodeTraceRecord.cs439 string peerName; field in System.ServiceModel.Diagnostics.PnrpResolveExceptionTraceRecord
443 … public PnrpResolveExceptionTraceRecord(string peerName, string cloudName, Exception exception) in PnrpResolveExceptionTraceRecord() argument
445 this.peerName = peerName; in PnrpResolveExceptionTraceRecord()
459 writer.WriteElementString("PeerName", peerName); in WriteTo()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DSignatureMetadataFilter.cpp66 void verifySignature(Signature* sig, const XMLCh* peerName) const;
366 void SignatureMetadataFilter::verifySignature(Signature* sig, const XMLCh* peerName) const in verifySignature()
379 if (peerName) { in verifySignature()
380 auto_ptr_char pname(peerName); in verifySignature()
403 if (m_verifyName && peerName) { in verifySignature()
404 auto_ptr_char pname(peerName); in verifySignature()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPnrpPeerResolver.cs209 public RegistrationHandle(string peerName) in RegistrationHandle() argument
211 this.PeerName = peerName; in RegistrationHandle()
346 registrar.Unregister(peerName, regHandle.Clouds, timeout); in Unregister()
464 entry = PnrpRegistration.Create(peerName, comment, cloudName); in PeerNodeAddressToPnrpRegistrations()
476 entry = PnrpRegistration.Create(peerName, comment, cloudName); in PeerNodeAddressToPnrpRegistrations()
734 reg.PeerName = peerName; in Create()
1915 Unregister(peerName, cloud, timeoutHelper.RemainingTime()); in Unregister()
1936 registerQuery.ServiceInstanceName = peerName; in Unregister()
1992 public PeerNameResolver(string peerName, int numberOfResultsRequested, in PeerNameResolver() argument
1998 public PeerNameResolver(string peerName, int numberOfResultsRequested, in PeerNameResolver() argument
[all …]
/dports/lang/php81/php-8.1.1/ext/openssl/tests/
H A Dcapture_peer_cert_001.phpt28 $peerName = 'capture_peer_cert_001';
47 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/lang/php73/php-7.3.33/ext/openssl/tests/
H A Dcapture_peer_cert_001.phpt27 $peerName = 'capture_peer_cert_001';
46 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);

1...<<11121314151617181920>>...47