Home
last modified time | relevance | path

Searched refs:other_private_key (Results 1 – 12 of 12) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_ecies.cpp49 const Botan::ECDH_PrivateKey& other_private_key, in check_encrypt_decrypt() argument
57 ecies_enc.set_other_key(other_private_key.public_point()); in check_encrypt_decrypt()
58 Botan::ECIES_Decryptor ecies_dec(other_private_key, ecies_params, Test::rng()); in check_encrypt_decrypt()
93 const Botan::ECDH_PrivateKey& other_private_key, in check_encrypt_decrypt() argument
133 const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, x); in run_one_test() local
178 … check_encrypt_decrypt(result, eph_private_key, other_private_key, ecies_params, 16); in run_one_test()
228 … const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, other_private_key_value); in run_one_test() local
354 const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, other_private_key_value); in test_system_params_short_ctor() local
374 …check_encrypt_decrypt(result, private_key, other_private_key, ecies_params, iv, label, plaintext, … in test_system_params_short_ctor()
393 const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, other_private_key_value); in test_ciphertext_too_short() local
[all …]
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_ecies.cpp49 const Botan::ECDH_PrivateKey& other_private_key, in check_encrypt_decrypt() argument
57 ecies_enc.set_other_key(other_private_key.public_point()); in check_encrypt_decrypt()
58 Botan::ECIES_Decryptor ecies_dec(other_private_key, ecies_params, Test::rng()); in check_encrypt_decrypt()
93 const Botan::ECDH_PrivateKey& other_private_key, in check_encrypt_decrypt() argument
133 const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, x); in run_one_test() local
178 … check_encrypt_decrypt(result, eph_private_key, other_private_key, ecies_params, 16); in run_one_test()
228 … const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, other_private_key_value); in run_one_test() local
354 const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, other_private_key_value); in test_system_params_short_ctor() local
374 …check_encrypt_decrypt(result, private_key, other_private_key, ecies_params, iv, label, plaintext, … in test_system_params_short_ctor()
393 const Botan::ECDH_PrivateKey other_private_key(Test::rng(), domain, other_private_key_value); in test_ciphertext_too_short() local
[all …]
/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()
70 ed25519_key_exchange(other_shared_secret, public_key, other_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);
159 other_private_key); would result in the same shared_secret
/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()
70 ed25519_key_exchange(other_shared_secret, public_key, other_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);
159 other_private_key); would result in the same shared_secret
/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()
69 ed25519_key_exchange(other_shared_secret, public_key, other_private_key); in main()
H A Dreadme.md123 unsigned char other_public_key[32], other_private_key[64], shared_secret[32];
151 ed25519_create_keypair(other_public_key, other_private_key, seed);
158 other_private_key); would result in the same shared_secret
/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);
69 ed25519_key_exchange(other_shared_secret, public_key, other_private_key);
H A Dreadme.md123 unsigned char other_public_key[32], other_private_key[64], shared_secret[32];
151 ed25519_create_keypair(other_public_key, other_private_key, seed);
158 other_private_key); would result in the same shared_secret
/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);
159 other_private_key); would result in the same shared_secret
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dapplication_setting_spec.rb735 other_private_key = File.read('spec/fixtures/x509_certificate_pk.key')
737 expect(setting).not_to allow_value(other_private_key).for(:external_auth_client_key)