Home
last modified time | relevance | path

Searched refs:crypto_box_PUBLICKEYBYTES (Results 26 – 50 of 133) sorted by relevance

123456

/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dbox8.c6 static unsigned char alicepk[crypto_box_PUBLICKEYBYTES];
8 static unsigned char bobpk[crypto_box_PUBLICKEYBYTES];
H A Dbox7.c6 static unsigned char alicepk[crypto_box_PUBLICKEYBYTES];
8 static unsigned char bobpk[crypto_box_PUBLICKEYBYTES];
H A Dbox_easy2.c5 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
37 alicepk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
39 bobpk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dbox8.c6 static unsigned char alicepk[crypto_box_PUBLICKEYBYTES];
8 static unsigned char bobpk[crypto_box_PUBLICKEYBYTES];
H A Dbox7.c6 static unsigned char alicepk[crypto_box_PUBLICKEYBYTES];
8 static unsigned char bobpk[crypto_box_PUBLICKEYBYTES];
H A Dbox_easy2.c5 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
37 alicepk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
39 bobpk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox7.c6 static unsigned char alicepk[crypto_box_PUBLICKEYBYTES];
8 static unsigned char bobpk[crypto_box_PUBLICKEYBYTES];
H A Dbox8.c6 static unsigned char alicepk[crypto_box_PUBLICKEYBYTES];
8 static unsigned char bobpk[crypto_box_PUBLICKEYBYTES];
H A Dbox_easy2.c5 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
37 alicepk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
39 bobpk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/docs/vectors/c-source/
H A Dsealbox_test_vectors.c30 int pklen = crypto_box_PUBLICKEYBYTES;
62 int pklen = crypto_box_PUBLICKEYBYTES;
113 char hxpub[2 * crypto_box_PUBLICKEYBYTES + 1];
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox_easy2.c5 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
37 alicepk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
39 bobpk = (unsigned char *) sodium_malloc(crypto_box_PUBLICKEYBYTES); in main()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_box/
H A Dmeasure.c18 const long long sizes[] = { crypto_box_PUBLICKEYBYTES, crypto_box_SECRETKEYBYTES, crypto_box_BEFORE…
39 pka = alignedcalloc(crypto_box_PUBLICKEYBYTES); in allocate()
41 pkb = alignedcalloc(crypto_box_PUBLICKEYBYTES); in allocate()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dvalidat10.cpp62 const byte small_order_p[crypto_box_PUBLICKEYBYTES] = { in NAMESPACE_BEGIN()
178 static const byte small_order_p[crypto_box_PUBLICKEYBYTES] = { in TestCryptoBoxOpen()
279 byte alicepk[crypto_box_PUBLICKEYBYTES]; in TestCryptoBoxKeys()
281 byte bobpk[crypto_box_PUBLICKEYBYTES]; in TestCryptoBoxKeys()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat10.cpp62 const byte small_order_p[crypto_box_PUBLICKEYBYTES] = { in NAMESPACE_BEGIN()
178 static const byte small_order_p[crypto_box_PUBLICKEYBYTES] = { in TestCryptoBoxOpen()
279 byte alicepk[crypto_box_PUBLICKEYBYTES]; in TestCryptoBoxKeys()
281 byte bobpk[crypto_box_PUBLICKEYBYTES]; in TestCryptoBoxKeys()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat10.cpp62 const byte small_order_p[crypto_box_PUBLICKEYBYTES] = { in NAMESPACE_BEGIN()
178 static const byte small_order_p[crypto_box_PUBLICKEYBYTES] = { in TestCryptoBoxOpen()
279 byte alicepk[crypto_box_PUBLICKEYBYTES]; in TestCryptoBoxKeys()
281 byte bobpk[crypto_box_PUBLICKEYBYTES]; in TestCryptoBoxKeys()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dvalidat10.cpp62 const byte small_order_p[crypto_box_PUBLICKEYBYTES] = {
178 static const byte small_order_p[crypto_box_PUBLICKEYBYTES] = {
279 byte alicepk[crypto_box_PUBLICKEYBYTES];
281 byte bobpk[crypto_box_PUBLICKEYBYTES];
/dports/security/p5-Crypt-Sodium/Crypt-Sodium-0.11/
H A DSodium.xs39 crypto_box_PUBLICKEYBYTES()
41 RETVAL = newSVuv((unsigned int) crypto_box_PUBLICKEYBYTES);
528 unsigned char pk[crypto_box_PUBLICKEYBYTES];
533 SV* pk_sv = newSVpvn(pk, crypto_box_PUBLICKEYBYTES);
534 SV* sk_sv = newSVpvn(sk, crypto_box_PUBLICKEYBYTES);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h27 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
125 #define crypto_box_SEALBYTES (crypto_box_PUBLICKEYBYTES + crypto_box_MACBYTES)
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_box.h27 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
125 #define crypto_box_SEALBYTES (crypto_box_PUBLICKEYBYTES + crypto_box_MACBYTES)
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h27 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
125 #define crypto_box_SEALBYTES (crypto_box_PUBLICKEYBYTES + crypto_box_MACBYTES)
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h27 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
125 #define crypto_box_SEALBYTES (crypto_box_PUBLICKEYBYTES + crypto_box_MACBYTES)
/dports/lang/php80/php-8.0.15/ext/sodium/
H A Dlibsodium.c195 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES, in PHP_MINIT_FUNCTION()
825 if (publickey_len != crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
833 crypto_box_PUBLICKEYBYTES); in PHP_FUNCTION()
851 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
874 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
880 crypto_box_PUBLICKEYBYTES); in PHP_FUNCTION()
881 ZSTR_VAL(publickey)[crypto_box_PUBLICKEYBYTES] = 0; in PHP_FUNCTION()
903 crypto_box_PUBLICKEYBYTES ? 1 : -1]); in PHP_FUNCTION()
907 ZSTR_VAL(publickey)[crypto_box_PUBLICKEYBYTES] = 0; in PHP_FUNCTION()
1016 if (publickey_len != crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
[all …]
/dports/security/php80-sodium/php-8.0.15/ext/sodium/
H A Dlibsodium.c195 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES, in PHP_MINIT_FUNCTION()
825 if (publickey_len != crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
833 crypto_box_PUBLICKEYBYTES); in PHP_FUNCTION()
851 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
874 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
880 crypto_box_PUBLICKEYBYTES); in PHP_FUNCTION()
881 ZSTR_VAL(publickey)[crypto_box_PUBLICKEYBYTES] = 0; in PHP_FUNCTION()
903 crypto_box_PUBLICKEYBYTES ? 1 : -1]); in PHP_FUNCTION()
907 ZSTR_VAL(publickey)[crypto_box_PUBLICKEYBYTES] = 0; in PHP_FUNCTION()
1016 if (publickey_len != crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/sodium/
H A Dlibsodium.c195 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES, in PHP_MINIT_FUNCTION()
825 if (publickey_len != crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
833 crypto_box_PUBLICKEYBYTES); in PHP_FUNCTION()
851 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
874 crypto_box_SECRETKEYBYTES + crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
880 crypto_box_PUBLICKEYBYTES); in PHP_FUNCTION()
881 ZSTR_VAL(publickey)[crypto_box_PUBLICKEYBYTES] = 0; in PHP_FUNCTION()
903 crypto_box_PUBLICKEYBYTES ? 1 : -1]); in PHP_FUNCTION()
907 ZSTR_VAL(publickey)[crypto_box_PUBLICKEYBYTES] = 0; in PHP_FUNCTION()
1016 if (publickey_len != crypto_box_PUBLICKEYBYTES) { in PHP_FUNCTION()
[all …]
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dzmq_utils.cpp222 #if crypto_box_PUBLICKEYBYTES != 32 || crypto_box_SECRETKEYBYTES != 32 in zmq_curve_keypair()
254 #if crypto_box_PUBLICKEYBYTES != 32 || crypto_box_SECRETKEYBYTES != 32 in zmq_curve_public()

123456