Home
last modified time | relevance | path

Searched refs:crypto_hashblocks (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hashblocks/
H A Dtry.c41 crypto_hashblocks(h,m,TUNE_BYTES); in doit()
60 if (crypto_hashblocks(h,m,mlen) != 0) return "crypto_hashblocks returns nonzero"; in checksum_compute()
65 if (crypto_hashblocks(h2,m2,mlen) != 0) return "crypto_hashblocks returns nonzero"; in checksum_compute()
66 if (crypto_hashblocks(m2,m2,mlen) != 0) return "crypto_hashblocks returns nonzero"; in checksum_compute()
71 if (crypto_hashblocks(h,m,CHECKSUM_BYTES) != 0) return "crypto_hashblocks returns nonzero"; in checksum_compute()
/dports/security/py-ed25519ll/dholth-ed25519ll-37719c56b7b6/ed25519-supercop-ref/
H A Dsha512-hash.c9 extern int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long i…
11 #define blocks crypto_hashblocks
H A Dsha512.h1 extern int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long i…
/dports/security/py-ed25519ll/dholth-ed25519ll-37719c56b7b6/ed25519-supercop-ref10/
H A Dsha512-hash.c9 extern int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long i…
11 #define blocks crypto_hashblocks
H A Dcrypto_hash_sha512.h1 extern int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long i…
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hash/sha256/ref/
H A Dimplementors1 Daniel J. Bernstein (wrapper around crypto_hashblocks/sha256)
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hash/sha512/ref/
H A Dimplementors1 Daniel J. Bernstein (wrapper around crypto_hashblocks/sha512)
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/
H A DOPERATIONS3 crypto_hashblocks
H A DPROTOTYPES.c3 extern int crypto_hashblocks(unsigned char *,const unsigned char *,unsigned long long);
H A DMACROS8 crypto_hashblocks
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hashblocks/sha256/arm11/
H A Dapi.c7 int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen) in crypto_hashblocks() function
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dnaclite.h303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
H A Dtweetnacl.h107 #define crypto_hashblocks crypto_hashblocks_sha512 macro
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
H A Dtweetnacl.h107 #define crypto_hashblocks crypto_hashblocks_sha512 macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
H A Dtweetnacl.h107 #define crypto_hashblocks crypto_hashblocks_sha512 macro
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dnaclite.h303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
H A Dtweetnacl.h107 #define crypto_hashblocks crypto_hashblocks_sha512 macro
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dtweetnacl.h103 #define crypto_hashblocks crypto_hashblocks_sha512 macro
H A Dtweetnacl.c531 int crypto_hashblocks(u8 *x,const u8 *m,u64 n) in crypto_hashblocks() function
581 crypto_hashblocks(h,m,n); in crypto_hash()
593 crypto_hashblocks(h,x,n); in crypto_hash()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/externals/tweetnacl/
H A Dtweetnacl.h98 #define crypto_hashblocks crypto_hashblocks_sha512 macro
/dports/security/asignify/asignify-1.0/libasignify/
H A Dtweetnacl.h98 #define crypto_hashblocks crypto_hashblocks_sha512 macro
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dtweetnacl.c563 int crypto_hashblocks(u8 *x,const u8 *m,u64 n) in crypto_hashblocks() function
613 crypto_hashblocks(h,m,n); in crypto_hash()
625 crypto_hashblocks(h,x,n); in crypto_hash()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dtweetnacl.c563 int crypto_hashblocks(u8 *x,const u8 *m,u64 n) in crypto_hashblocks() function
613 crypto_hashblocks(h,m,n); in crypto_hash()
625 crypto_hashblocks(h,x,n); in crypto_hash()

12