Home
last modified time | relevance | path

Searched refs:crypto_sign_ed25519_PUBLICKEYBYTES (Results 1 – 25 of 75) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Ded25519_convert.c14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
51 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
56 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
61 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Ded25519_convert.c14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
51 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
56 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
61 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Ded25519_convert.c14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
51 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
56 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
61 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Ded25519_convert.c14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
51 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
56 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
61 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
/dports/security/asignify/asignify-1.0/libasignify/
H A Dpubkey.c41 #define PUBKEY_KEY_LEN crypto_sign_ed25519_PUBLICKEYBYTES
48 uint8_t pubkey[crypto_sign_ed25519_PUBLICKEYBYTES];
91 unsigned char pkbuf[crypto_sign_ed25519_PUBLICKEYBYTES * 2]; in asignify_pubkey_try_ssh()
128 if (tlen == crypto_sign_ed25519_PUBLICKEYBYTES) { in asignify_pubkey_try_ssh()
131 res->data_len = crypto_sign_ed25519_PUBLICKEYBYTES; in asignify_pubkey_try_ssh()
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dsodiumsigners.cc33 unsigned char d_pubkey[crypto_sign_ed25519_PUBLICKEYBYTES];
95 return string((char*)d_pubkey, crypto_sign_ed25519_PUBLICKEYBYTES); in getPublicKeyString()
100 if (input.length() != crypto_sign_ed25519_PUBLICKEYBYTES) in fromPublicKeyString()
103 memcpy(d_pubkey, input.c_str(), crypto_sign_ed25519_PUBLICKEYBYTES); in fromPublicKeyString()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c29 return crypto_sign_ed25519_PUBLICKEYBYTES; in crypto_sign_ed25519_publickeybytes()
56 crypto_sign_ed25519_PUBLICKEYBYTES); in crypto_sign_ed25519_sk_to_pk()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c29 return crypto_sign_ed25519_PUBLICKEYBYTES; in crypto_sign_ed25519_publickeybytes()
56 crypto_sign_ed25519_PUBLICKEYBYTES); in crypto_sign_ed25519_sk_to_pk()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c29 return crypto_sign_ed25519_PUBLICKEYBYTES; in crypto_sign_ed25519_publickeybytes()
56 crypto_sign_ed25519_PUBLICKEYBYTES); in crypto_sign_ed25519_sk_to_pk()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c29 return crypto_sign_ed25519_PUBLICKEYBYTES; in crypto_sign_ed25519_publickeybytes()
56 crypto_sign_ed25519_PUBLICKEYBYTES); in crypto_sign_ed25519_sk_to_pk()
/dports/net-im/tox/c-toxcore-0.2.13/other/fun/
H A Dsign.c52 unsigned char pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
60 for (i = 0; i < crypto_sign_ed25519_PUBLICKEYBYTES; i++) { in main()
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dcrc.cpp212 …ypto_sign_ed25519_SECRETKEYBYTES), std::vector<unsigned char>(crypto_sign_ed25519_PUBLICKEYBYTES)); in createAndReserveForCurve()
338 assert(EC_KEY_CAST(vKey)->publicKey.size() == crypto_sign_ed25519_PUBLICKEYBYTES); in toBytes()
367 if (key.size() != crypto_sign_ed25519_PUBLICKEYBYTES) in fromBytes()
386 std::vector<unsigned char> publicKey(crypto_sign_ed25519_PUBLICKEYBYTES); in fromBytes()
/dports/security/signify/outils-0.10/src/usr.bin/signify/
H A Dcrypto_api.h30 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_sign_ed25519.rs19 == crypto_sign_ed25519_PUBLICKEYBYTES as usize in test_crypto_sign_ed25519_publickeybytes()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libsodium-sys-stable-1.19.19/tests/crypto/
H A Dcrypto_sign_ed25519.rs19 == crypto_sign_ed25519_PUBLICKEYBYTES as usize in test_crypto_sign_ed25519_publickeybytes()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dcrypto_api.h35 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dcrypto_api.h35 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_sign_ed25519.rs19 == crypto_sign_ed25519_PUBLICKEYBYTES as usize in test_crypto_sign_ed25519_publickeybytes()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dcrypto_api.h36 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
/dports/net/cjdns/cjdns-cjdns-v21.1/crypto/sign/
H A Dcrypto_sign_ed25519.h27 #define crypto_sign_ed25519_PUBLICKEYBYTES crypto_sign_ed25519_ref10_PUBLICKEYBYTES macro
/dports/security/openssh-portable/openssh-8.8p1/
H A Dcrypto_api.h38 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dmain.c406 provider_publickey_len = crypto_sign_ed25519_PUBLICKEYBYTES, in create_stamp()
531 uint8_t provider_publickey[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
577 crypto_sign_ed25519_PUBLICKEYBYTES) == 0 in main()
623 crypto_sign_ed25519_PUBLICKEYBYTES) != 0) { in main()
714 crypto_sign_ed25519_PUBLICKEYBYTES) == 0 in main()
/dports/net/fbzmq/fbzmq-2021.12.27.00/fbzmq/zmq/
H A DSocket.cpp567 CHECK_EQ(crypto_sign_ed25519_PUBLICKEYBYTES, keyPair.publicKey.length()); in applyKeyPair()
571 std::array<uint8_t, crypto_sign_ed25519_PUBLICKEYBYTES> ed25519Pk; in applyKeyPair()
603 CHECK_EQ(crypto_sign_ed25519_PUBLICKEYBYTES, publicKey.length()); in setCurveServerSocketKey()
607 std::array<uint8_t, crypto_sign_ed25519_PUBLICKEYBYTES> ed25519Pk; in setCurveServerSocketKey()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dtweetnacl.h214 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
229 #define crypto_sign_ed25519_PUBLICKEYBYTES crypto_sign_ed25519_tweet_PUBLICKEYBYTES macro
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dtweetnacl.h210 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
225 #define crypto_sign_ed25519_PUBLICKEYBYTES crypto_sign_ed25519_tweet_PUBLICKEYBYTES macro

123