Home
last modified time | relevance | path

Searched refs:crypto_box_PUBLICKEYBYTES (Results 76 – 100 of 133) sorted by relevance

123456

/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dcurve_mechanism_base.hpp41 #if crypto_box_NONCEBYTES != 24 || crypto_box_PUBLICKEYBYTES != 32 \
H A Dtweetnacl.h39 #define crypto_box_PUBLICKEYBYTES 32 macro
H A Dcurve_server.cpp61 memset (_cn_public, 0, crypto_box_PUBLICKEYBYTES); in curve_server_t()
503 crypto_box_PUBLICKEYBYTES); in send_zap_request()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dcurve_mechanism_base.hpp41 #if crypto_box_NONCEBYTES != 24 || crypto_box_PUBLICKEYBYTES != 32 \
H A Dtweetnacl.h39 #define crypto_box_PUBLICKEYBYTES 32 macro
H A Dcurve_server.cpp61 memset (_cn_public, 0, crypto_box_PUBLICKEYBYTES); in curve_server_t()
503 crypto_box_PUBLICKEYBYTES); in send_zap_request()
/dports/security/py-pysodium/pysodium-0.7.10/pysodium/
H A D__init__.py101 crypto_box_PUBLICKEYBYTES = sodium.crypto_box_publickeybytes() variable
599 pk = ctypes.create_string_buffer(crypto_box_PUBLICKEYBYTES)
611 pk = ctypes.create_string_buffer(crypto_box_PUBLICKEYBYTES)
619 if len(pk) != crypto_box_PUBLICKEYBYTES: raise ValueError("pk incorrect size")
628 if len(pk) != crypto_box_PUBLICKEYBYTES: raise ValueError("pk incorrect size")
647 if len(pk) != crypto_box_PUBLICKEYBYTES: raise ValueError("pk incorrect size")
691 if len(k) != crypto_box_PUBLICKEYBYTES: raise ValueError("k incorrect size")
704 if len(pk) != crypto_box_PUBLICKEYBYTES: raise ValueError("pk incorrect size")
750 if len(pk) != crypto_box_PUBLICKEYBYTES: raise ValueError("pk incorrect size")
768 if len(pk) != crypto_box_PUBLICKEYBYTES: raise ValueError("pk incorrect size")
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/curvecp/
H A Dcurvecpmakekey.c21 unsigned char pk[crypto_box_PUBLICKEYBYTES];
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/crypto/
H A Dsodium.h92 static const int PUBLIC_KEY_LENGTH = crypto_box_PUBLICKEYBYTES;
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Dcurve.c68 unsigned char pk[crypto_box_PUBLICKEYBYTES];
79 unsigned char pk[crypto_box_PUBLICKEYBYTES];
220 if (len == crypto_box_PUBLICKEYBYTES * 2) { in rdns_curve_key_from_hex()
221 res = calloc (1, crypto_box_PUBLICKEYBYTES); in rdns_curve_key_from_hex()
222 for (i = 0; i < crypto_box_PUBLICKEYBYTES; i ++) { in rdns_curve_key_from_hex()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Dcurve.c68 unsigned char pk[crypto_box_PUBLICKEYBYTES];
79 unsigned char pk[crypto_box_PUBLICKEYBYTES];
220 if (len == crypto_box_PUBLICKEYBYTES * 2) { in rdns_curve_key_from_hex()
221 res = calloc (1, crypto_box_PUBLICKEYBYTES); in rdns_curve_key_from_hex()
222 for (i = 0; i < crypto_box_PUBLICKEYBYTES; i ++) { in rdns_curve_key_from_hex()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box.c13 return crypto_box_PUBLICKEYBYTES; in crypto_box_publickeybytes()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_box/
H A Dcrypto_box.c13 return crypto_box_PUBLICKEYBYTES; in crypto_box_publickeybytes()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box.c13 return crypto_box_PUBLICKEYBYTES; in crypto_box_publickeybytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box.c13 return crypto_box_PUBLICKEYBYTES; in crypto_box_publickeybytes()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox.c17 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dbox.c17 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
H A Dbox_seal.c8 unsigned char pk[crypto_box_PUBLICKEYBYTES]; in tv1()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dbox.c17 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
H A Dbox_seal.c8 unsigned char pk[crypto_box_PUBLICKEYBYTES]; in tv1()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox.c17 static const unsigned char small_order_p[crypto_box_PUBLICKEYBYTES] = {
/dports/security/py-libnacl/libnacl-1.6.1/libnacl/
H A Dpublic.py18 if len(pk) == libnacl.crypto_box_PUBLICKEYBYTES:
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dcert.c23 crypto_box_PUBLICKEYBYTES); in cert_build_cert()
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A DTestBrowser.cpp92 unsigned char pk[crypto_box_PUBLICKEYBYTES]; in testGetBase64FromKey()
94 for (unsigned int i = 0; i < crypto_box_PUBLICKEYBYTES; ++i) { in testGetBase64FromKey()
98 auto response = m_browserAction->getBase64FromKey(pk, crypto_box_PUBLICKEYBYTES); in testGetBase64FromKey()
/dports/security/asignify/asignify-1.0/libasignify/
H A Dencrypt.c132 unsigned char curvepk[crypto_box_PUBLICKEYBYTES], in asignify_encrypt_crypt_file()
287 unsigned char curvepk[crypto_box_PUBLICKEYBYTES], in asignify_encrypt_decrypt_file()

123456