Home
last modified time | relevance | path

Searched refs:crypto_box_PUBLICKEYBYTES (Results 101 – 125 of 133) sorted by relevance

123456

/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/bindings/
H A D__init__.py42 crypto_box_NONCEBYTES, crypto_box_PUBLICKEYBYTES, crypto_box_SEALBYTES,
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dnaclite.h108 CRYPTOPP_CONSTANT(crypto_box_PUBLICKEYBYTES = 32);
H A Dtweetnacl.h37 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h108 CRYPTOPP_CONSTANT(crypto_box_PUBLICKEYBYTES = 32);
H A Dtweetnacl.h37 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h108 CRYPTOPP_CONSTANT(crypto_box_PUBLICKEYBYTES = 32);
H A Dtweetnacl.h37 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dnaclite.h108 CRYPTOPP_CONSTANT(crypto_box_PUBLICKEYBYTES = 32);
H A Dtweetnacl.h37 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/
H A Dpublic.py34 SIZE = nacl.bindings.crypto_box_PUBLICKEYBYTES
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dtweetnacl.h33 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/externals/tweetnacl/
H A Dtweetnacl.h28 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
/dports/security/asignify/asignify-1.0/libasignify/
H A Dtweetnacl.h28 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES macro
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dcrypto_core.c37 static_assert(CRYPTO_PUBLIC_KEY_SIZE == crypto_box_PUBLICKEYBYTES,
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dmessenger_test.c134 int really_bad_len = (MAX_CRYPTO_PACKET_SIZE - crypto_box_PUBLICKEYBYTES in START_TEST()
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md124 crypto_box_PUBLICKEYBYTES
H A DPKG-INFO132 crypto_box_PUBLICKEYBYTES
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO132 crypto_box_PUBLICKEYBYTES
/dports/security/keepassxc/keepassxc-2.6.6/src/browser/
H A DBrowserAction.cpp128 unsigned char pk[crypto_box_PUBLICKEYBYTES]; in handleChangePublicKeys()
132 const QString publicKey = getBase64FromKey(pk, crypto_box_PUBLICKEYBYTES); in handleChangePublicKeys()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_box/
H A Dtry.c37 #define pklen crypto_box_PUBLICKEYBYTES
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/curvecp/
H A Dcurvecpclient.c40 #if crypto_box_PUBLICKEYBYTES != 32
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compat/sodium/
H A Dsodium.h67 crypto_box_PUBLICKEYBYTES = crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES, enumerator
703 return crypto_box_PUBLICKEYBYTES; in crypto_box_publickeybytes()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compat/sodium/
H A Dsodium.h67 crypto_box_PUBLICKEYBYTES = crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES, enumerator
703 return crypto_box_PUBLICKEYBYTES; in crypto_box_publickeybytes()
/dports/security/botan2/Botan-2.18.2/src/lib/compat/sodium/
H A Dsodium.h67 crypto_box_PUBLICKEYBYTES = crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES, enumerator
703 return crypto_box_PUBLICKEYBYTES; in crypto_box_publickeybytes()
/dports/net/py-raet/raet-0.6.8/raet/
H A Dnacling.py85 SIZE = libnacl.crypto_box_PUBLICKEYBYTES

123456