Home
last modified time | relevance | path

Searched refs:crypto_auth_KEYBYTES (Results 1 – 25 of 56) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_auth/
H A Dcrypto_auth.c14 return crypto_auth_KEYBYTES; in crypto_auth_keybytes()
38 crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]) in crypto_auth_keygen() argument
40 randombytes_buf(k, crypto_auth_KEYBYTES); in crypto_auth_keygen()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_auth/
H A Dcrypto_auth.c14 return crypto_auth_KEYBYTES; in crypto_auth_keybytes()
38 crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]) in crypto_auth_keygen() argument
40 randombytes_buf(k, crypto_auth_KEYBYTES); in crypto_auth_keygen()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_auth/
H A Dcrypto_auth.c14 return crypto_auth_KEYBYTES; in crypto_auth_keybytes()
38 crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]) in crypto_auth_keygen() argument
40 randombytes_buf(k, crypto_auth_KEYBYTES); in crypto_auth_keygen()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_auth/
H A Dcrypto_auth.c14 return crypto_auth_KEYBYTES; in crypto_auth_keybytes()
38 crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]) in crypto_auth_keygen() argument
40 randombytes_buf(k, crypto_auth_KEYBYTES); in crypto_auth_keygen()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_auth/
H A Dmeasure.c17 const long long sizes[] = { crypto_auth_BYTES, crypto_auth_KEYBYTES };
36 k = alignedcalloc(crypto_auth_KEYBYTES); in allocate()
52 randombytes(k,crypto_auth_KEYBYTES); in measure()
H A Dtry.c33 k = alignedcalloc(crypto_auth_KEYBYTES); in allocate()
36 k2 = alignedcalloc(crypto_auth_KEYBYTES + crypto_auth_BYTES); in allocate()
58 long long klen = crypto_auth_KEYBYTES; in checksum_compute()
H A Dwrapper-auth.cpp7 if (k.size() != crypto_auth_KEYBYTES) throw "incorrect key length"; in crypto_auth()
H A Dwrapper-verify.cpp7 if (k.size() != crypto_auth_KEYBYTES) throw "incorrect key length"; in crypto_auth_verify()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES macro
39 void crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES])
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES macro
39 void crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES])
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES macro
39 void crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES])
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES macro
39 void crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES])
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libsodium-sys-stable-1.19.19/tests/crypto/
H A Dcrypto_auth.rs13 assert!(unsafe { crypto_auth_keybytes() } == crypto_auth_KEYBYTES as usize) in test_crypto_auth_keybytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_auth.rs13 assert!(unsafe { crypto_auth_keybytes() } == crypto_auth_KEYBYTES as usize) in test_crypto_auth_keybytes()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_auth.rs13 assert!(unsafe { crypto_auth_keybytes() } == crypto_auth_KEYBYTES as usize) in test_crypto_auth_keybytes()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/
H A DMACROS28 crypto_auth_KEYBYTES
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dkeygen.c14 { crypto_auth_keygen, crypto_auth_KEYBYTES }, in tv_keygen()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dkeygen.c14 { crypto_auth_keygen, crypto_auth_KEYBYTES }, in tv_keygen()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dkeygen.c14 { crypto_auth_keygen, crypto_auth_KEYBYTES }, in tv_keygen()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dkeygen.c14 { crypto_auth_keygen, crypto_auth_KEYBYTES }, in tv_keygen()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dnaclite.h78 CRYPTOPP_CONSTANT(crypto_auth_KEYBYTES = 32);
H A Dtweetnacl.h16 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES macro
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h78 CRYPTOPP_CONSTANT(crypto_auth_KEYBYTES = 32);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h78 CRYPTOPP_CONSTANT(crypto_auth_KEYBYTES = 32);
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dnaclite.h78 CRYPTOPP_CONSTANT(crypto_auth_KEYBYTES = 32);

123