Home
last modified time | relevance | path

Searched refs:other_public_key (Results 1 – 25 of 54) sorted by relevance

123

/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/ed25519/
H A Dtest.c15 unsigned char other_public_key[32], other_private_key[64]; in main() local
66 ed25519_create_keypair(other_public_key, other_private_key, seed); in main()
69 ed25519_key_exchange(shared_secret, other_public_key, private_key); in main()
143 ed25519_key_exchange(shared_secret, other_public_key, private_key); in main()
H A Dreadme.md124 unsigned char other_public_key[32], other_private_key[64], shared_secret[32];
152 ed25519_create_keypair(other_public_key, other_private_key, seed);
154 /* do a key exchange with other_public_key */
155 ed25519_key_exchange(shared_secret, other_public_key, private_key);
/dports/security/olm/olm-3.2.6/lib/ed25519/
H A Dtest.c15 unsigned char other_public_key[32], other_private_key[64]; in main() local
66 ed25519_create_keypair(other_public_key, other_private_key, seed); in main()
69 ed25519_key_exchange(shared_secret, other_public_key, private_key); in main()
143 ed25519_key_exchange(shared_secret, other_public_key, private_key); in main()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/ed25519/
H A Dtest.c17 unsigned char other_public_key[32], other_private_key[64]; in main() local
65 ed25519_create_keypair(other_public_key, other_private_key, seed); in main()
68 ed25519_key_exchange(shared_secret, other_public_key, private_key); in main()
142 ed25519_key_exchange(shared_secret, other_public_key, private_key); in main()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/ed25519/
H A Dtest.c17 unsigned char other_public_key[32], other_private_key[64];
65 ed25519_create_keypair(other_public_key, other_private_key, seed);
68 ed25519_key_exchange(shared_secret, other_public_key, private_key);
142 ed25519_key_exchange(shared_secret, other_public_key, private_key);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/security/
H A DCryptoHandler.java81 byte[] other_public_key, in encrypt() argument
89 byte[] other_public_key, in decrypt() argument
/dports/devel/py-pyro/Pyro4-4.77/examples/diffie-hellman/
H A Dserver.py30 def exchange_key(self, other_public_key): argument
32 self.dh.make_shared_secret_and_key(other_public_key)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dcrypto.d.ts326 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
327 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
328 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
329 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
417 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
418 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
419 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
420 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dcrypto.d.ts157 computeSecret(other_public_key: Buffer | NodeJS.TypedArray | DataView): Buffer;
158 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
159 …computeSecret(other_public_key: Buffer | NodeJS.TypedArray | DataView, output_encoding: HexBase64L…
160 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
242 computeSecret(other_public_key: Buffer | NodeJS.TypedArray | DataView): Buffer;
243 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
244 …computeSecret(other_public_key: Buffer | NodeJS.TypedArray | DataView, output_encoding: HexBase64L…
245 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dcrypto.d.ts326 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
327 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
328 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
329 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
417 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
418 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
419 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
420 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
/dports/misc/netron/node_modules/@types/node/
H A Dcrypto.d.ts327 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
328 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
329 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
330 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
418 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
419 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
420 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
421 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dcrypto.d.ts326 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
327 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
328 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
329 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
417 computeSecret(other_public_key: NodeJS.ArrayBufferView): Buffer;
418 computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer;
419 …computeSecret(other_public_key: NodeJS.ArrayBufferView, output_encoding: HexBase64Latin1Encoding):…
420 …computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: …
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dcrypto-utils-cyassl.c280 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
283 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
292 other_public_key, other_public_key_length))) in tr_dh_agree()
H A Dcrypto-utils-polarssl.c285 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
288 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
294 if (!check_result(API(dhm_read_public)(handle, other_public_key, other_public_key_length))) in tr_dh_agree()
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dcrypto-utils-cyassl.c280 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
283 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
292 other_public_key, other_public_key_length))) in tr_dh_agree()
H A Dcrypto-utils-polarssl.c285 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
288 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
294 if (!check_result(API(dhm_read_public)(handle, other_public_key, other_public_key_length))) in tr_dh_agree()
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dcrypto-utils-cyassl.c280 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
283 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
292 other_public_key, other_public_key_length))) in tr_dh_agree()
H A Dcrypto-utils-polarssl.c285 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
288 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
294 if (!check_result(API(dhm_read_public)(handle, other_public_key, other_public_key_length))) in tr_dh_agree()
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dcrypto-utils-cyassl.c280 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
283 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
292 other_public_key, other_public_key_length))) in tr_dh_agree()
H A Dcrypto-utils-polarssl.c285 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
288 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
294 if (!check_result(API(dhm_read_public)(handle, other_public_key, other_public_key_length))) in tr_dh_agree()
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dcrypto-utils-cyassl.c280 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
283 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
292 other_public_key, other_public_key_length))) in tr_dh_agree()
H A Dcrypto-utils-polarssl.c285 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
288 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
294 if (!check_result(API(dhm_read_public)(handle, other_public_key, other_public_key_length))) in tr_dh_agree()
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dcrypto-utils-cyassl.c280 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
283 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
292 other_public_key, other_public_key_length))) in tr_dh_agree()
H A Dcrypto-utils-polarssl.c285 tr_dh_secret_t tr_dh_agree(tr_dh_ctx_t raw_handle, uint8_t const* other_public_key, size_t other_pu… in tr_dh_agree() argument
288 TR_ASSERT(other_public_key != NULL); in tr_dh_agree()
294 if (!check_result(API(dhm_read_public)(handle, other_public_key, other_public_key_length))) in tr_dh_agree()
/dports/databases/pg_ed25519/pg_ed25519-203944dbd3444257490eb30d2f6363e391a23a6b/src/ed25519/
H A Dreadme.md124 unsigned char other_public_key[32], other_private_key[64], shared_secret[32];
152 ed25519_create_keypair(other_public_key, other_private_key, seed);
154 /* do a key exchange with other_public_key */
155 ed25519_key_exchange(shared_secret, other_public_key, private_key);

123