Home
last modified time | relevance | path

Searched defs:keypair (Results 101 – 125 of 651) sorted by relevance

12345678910>>...27

/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_x448.erl161 keypair() -> function
164 keypair(SK = << _:?secretkeybytes/binary >>) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwa/
H A Djose_jwa_x448.erl161 keypair() -> function
164 keypair(SK = << _:?secretkeybytes/binary >>) -> function
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_WireGuard.c215 WG_KEYPAIR *keypair; in WgsProcessDatagrams() local
502 WG_KEYPAIR *keypair = NULL; in WgsProcessHandshakeInit() local
587 WG_HANDSHAKE_REPLY *WgsCreateHandshakeReply(WG_SERVER *server, WG_KEYPAIR *keypair, const BYTE *eph… in WgsCreateHandshakeReply()
694 WG_KEYPAIR *keypair; in WgsProcessTransportData() local
803 WG_KEYPAIR *keypair; in WgsCreateTransportData() local
849 bool WgsIsInReplayWindow(const WG_KEYPAIR *keypair, const UINT64 counter) in WgsIsInReplayWindow()
881 void WgsUpdateReplayWindow(WG_KEYPAIR *keypair, const UINT64 counter) in WgsUpdateReplayWindow()
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/cloudstack/
H A DregisterSSHKeyPair_default.json1 { "registersshkeypairresponse": { "keypair": { "name": "foobar", "fingerprint": "c4:a1:e5:d4:50:84:… object
H A DcreateSSHKeyPair_default.json1 { "createsshkeypairresponse" : { "keypair" : {"name":"test-keypair","fingerprint":"51:9f:81:30:ec:… object
/dports/www/mod_php81/php-8.1.1/ext/sodium/
H A Dlibsodium.c786 zend_string *keypair; in PHP_FUNCTION() local
808 zend_string *keypair; in PHP_FUNCTION() local
839 zend_string *keypair; in PHP_FUNCTION() local
873 unsigned char *keypair; in PHP_FUNCTION() local
896 unsigned char *keypair; in PHP_FUNCTION() local
946 unsigned char *keypair; in PHP_FUNCTION() local
993 unsigned char *keypair; in PHP_FUNCTION() local
1071 unsigned char *keypair; in PHP_FUNCTION() local
1106 zend_string *keypair; in PHP_FUNCTION() local
1128 zend_string *keypair; in PHP_FUNCTION() local
[all …]
/dports/lang/php81/php-8.1.1/ext/sodium/
H A Dlibsodium.c786 zend_string *keypair; in PHP_FUNCTION() local
808 zend_string *keypair; in PHP_FUNCTION() local
839 zend_string *keypair; in PHP_FUNCTION() local
873 unsigned char *keypair; in PHP_FUNCTION() local
896 unsigned char *keypair; in PHP_FUNCTION() local
946 unsigned char *keypair; in PHP_FUNCTION() local
993 unsigned char *keypair; in PHP_FUNCTION() local
1071 unsigned char *keypair; in PHP_FUNCTION() local
1106 zend_string *keypair; in PHP_FUNCTION() local
1128 zend_string *keypair; in PHP_FUNCTION() local
[all …]
/dports/security/php81-sodium/php-8.1.1/ext/sodium/
H A Dlibsodium.c786 zend_string *keypair; in PHP_FUNCTION() local
808 zend_string *keypair; in PHP_FUNCTION() local
839 zend_string *keypair; in PHP_FUNCTION() local
873 unsigned char *keypair; in PHP_FUNCTION() local
896 unsigned char *keypair; in PHP_FUNCTION() local
946 unsigned char *keypair; in PHP_FUNCTION() local
993 unsigned char *keypair; in PHP_FUNCTION() local
1071 unsigned char *keypair; in PHP_FUNCTION() local
1106 zend_string *keypair; in PHP_FUNCTION() local
1128 zend_string *keypair; in PHP_FUNCTION() local
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/tests/net/
H A Dsocket.scm142 (define keypair (generate-key-pair RSA :size 1024)) unknown
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/openstack_v1.1/
H A D_os_keypairs_create_import.json2 "keypair": { object
H A D_os_keypairs_create.json2 "keypair": { object
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/tests/text/xml/
H A Ddsig.scm32 (define keypair (make-keypair signing-key verify-key)) unknown
/dports/security/libssh/libssh-0.9.6/src/
H A Ddh_key.c58 struct dh_keypair keypair[2]; member
103 static void ssh_dh_free_dh_keypair(struct dh_keypair *keypair) in ssh_dh_free_dh_keypair()
109 static int ssh_dh_init_dh_keypair(struct dh_keypair *keypair) in ssh_dh_init_dh_keypair()
/dports/games/brogue/BrogueCE-1.10.1/src/platform/
H A Dsdl2-platform.c13 struct keypair { struct
18 static struct keypair remapping[MAX_REMAPS]; argument
/dports/security/pecl-libsodium/libsodium-2.0.23/
H A Dlibsodium.c1067 zend_string *keypair; in PHP_FUNCTION() local
1089 zend_string *keypair; in PHP_FUNCTION() local
1121 zend_string *keypair; in PHP_FUNCTION() local
1158 unsigned char *keypair; in PHP_FUNCTION() local
1182 unsigned char *keypair; in PHP_FUNCTION() local
1234 unsigned char *keypair; in PHP_FUNCTION() local
1284 unsigned char *keypair; in PHP_FUNCTION() local
1366 unsigned char *keypair; in PHP_FUNCTION() local
1402 zend_string *keypair; in PHP_FUNCTION() local
1424 zend_string *keypair; in PHP_FUNCTION() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dnssidentity.cc336 NSSIdentity::NSSIdentity(NSSKeyPair* keypair, NSSCertificate* cert) in NSSIdentity()
349 NSSKeyPair *keypair = NSSKeyPair::Generate(); in GenerateInternal() local
492 scoped_ptr<NSSKeyPair> keypair(new NSSKeyPair(privkey, pubkey)); in FromPEMStrings() local
510 NSSKeyPair *keypair = keypair_->GetReference(); in GetReference() local
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/filed/
H A Dfiled.c526 X509_KEYPAIR *keypair; in check_resources() local
576 X509_KEYPAIR *keypair; in check_resources() local
/dports/sysutils/bacula11-client/bacula-11.0.5/src/filed/
H A Dfiled.c526 X509_KEYPAIR *keypair; in check_resources() local
576 X509_KEYPAIR *keypair; in check_resources() local
/dports/sysutils/bacula11-server/bacula-11.0.5/src/filed/
H A Dfiled.c526 X509_KEYPAIR *keypair; in check_resources() local
576 X509_KEYPAIR *keypair; in check_resources() local
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/filed/
H A Dfiled.c526 X509_KEYPAIR *keypair; in check_resources() local
576 X509_KEYPAIR *keypair; in check_resources() local
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/filed/
H A Dfiled.c489 X509_KEYPAIR *keypair; in check_resources() local
539 X509_KEYPAIR *keypair; in check_resources() local
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/filed/
H A Dfiled.c489 X509_KEYPAIR *keypair; in check_resources() local
539 X509_KEYPAIR *keypair; in check_resources() local
/dports/sysutils/bacula9-server/bacula-9.6.7/src/filed/
H A Dfiled.c489 X509_KEYPAIR *keypair; in check_resources() local
539 X509_KEYPAIR *keypair; in check_resources() local
/dports/sysutils/bacula9-client/bacula-9.6.7/src/filed/
H A Dfiled.c489 X509_KEYPAIR *keypair; in check_resources() local
539 X509_KEYPAIR *keypair; in check_resources() local
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/tests/rfc/
H A Dhttps.scm27 (define keypair (generate-key-pair RSA :size 1024)) unknown

12345678910>>...27