Home
last modified time | relevance | path

Searched refs:word64 (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dthreefish.cpp23 inline void G256(word64& G0, word64& G1, word64& G2, word64& G3) in G256()
32 inline void IG256(word64& G0, word64& G1, word64& G2, word64& G3) in IG256()
79 inline void G512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G6… in G512()
92 inline void IG512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G… in IG512()
152 word64& G4, word64& G5, word64& G6, word64& G7) in G1024A()
166 word64& G12, word64& G13, word64& G14, word64& G15) in G1024B()
180 inline void G1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, in G1024()
181 word64& G6, word64& G7, word64& G8, word64& G9, word64& G10, word64& G11, word64& G12, in G1024()
205 word64& G4, word64& G5, word64& G6, word64& G7) in IG1024B()
219 inline void IG1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, in IG1024()
[all …]
H A Ddonna_64.h29 using CryptoPP::word64;
34 typedef word64 bignum25519[5];
37 const word64 reduce_mask_40 = ((word64)1 << 40) - 1;
38 const word64 reduce_mask_51 = ((word64)1 << 51) - 1;
39 const word64 reduce_mask_52 = ((word64)1 << 52) - 1;
40 const word64 reduce_mask_56 = ((word64)1 << 56) - 1;
42 const word64 two54m152 = (((word64)1) << 54) - 152;
43 const word64 two54m8 = (((word64)1) << 54) - 8;
47 # define lo128(a) ((word64)a)
56 struct word128 { word64 lo, hi; };
[all …]
H A Dkalyna.cpp111 inline void AddKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in AddKey()
132 inline void SubKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in SubKey()
213 inline void GL128(const word64 x[2], word64 y[2], const word64 k[2]) in GL128()
221 inline void GL256(const word64 x[4], word64 y[4], const word64 k[4]) in GL256()
233 inline void GL512(const word64 x[8], word64 y[8], const word64 k[8]) in GL512()
293 inline void IG128(const word64 x[2], word64 y[2], const word64 k[2]) in IG128()
301 inline void IG256(const word64 x[4], word64 y[4], const word64 k[4]) in IG256()
313 inline void IG512(const word64 x[8], word64 y[8], const word64 k[8]) in IG512()
373 inline void G128(const word64 x[2], word64 y[2], const word64 k[2]) in G128()
381 inline void G256(const word64 x[4], word64 y[4], const word64 k[4]) in G256()
[all …]
H A Dnaclite.h204 int crypto_box_afternm(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
310 int crypto_hash(byte *out,const byte *m,word64 n);
317 int crypto_onetimeauth(byte *out,const byte *m,word64 n,const byte *k);
323 int crypto_onetimeauth_verify(const byte *h,const byte *m,word64 n,const byte *k);
344 int crypto_secretbox(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
362 int crypto_sign(byte *sm,word64 *smlen,const byte *m,word64 n,const byte *sk);
373 int crypto_sign_open(byte *m,word64 *mlen,const byte *sm,word64 n,const byte *pk);
402 int crypto_stream(byte *c,word64 d,const byte *n,const byte *k);
408 int crypto_stream_xor(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dthreefish.cpp23 inline void G256(word64& G0, word64& G1, word64& G2, word64& G3) in G256()
32 inline void IG256(word64& G0, word64& G1, word64& G2, word64& G3) in IG256()
79 inline void G512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G6… in G512()
92 inline void IG512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G… in IG512()
152 word64& G4, word64& G5, word64& G6, word64& G7) in G1024A()
166 word64& G12, word64& G13, word64& G14, word64& G15) in G1024B()
180 inline void G1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, in G1024()
181 word64& G6, word64& G7, word64& G8, word64& G9, word64& G10, word64& G11, word64& G12, in G1024()
205 word64& G4, word64& G5, word64& G6, word64& G7) in IG1024B()
219 inline void IG1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, in IG1024()
[all …]
H A Ddonna_64.h29 using CryptoPP::word64;
34 typedef word64 bignum25519[5];
37 const word64 reduce_mask_40 = ((word64)1 << 40) - 1;
38 const word64 reduce_mask_51 = ((word64)1 << 51) - 1;
39 const word64 reduce_mask_52 = ((word64)1 << 52) - 1;
40 const word64 reduce_mask_56 = ((word64)1 << 56) - 1;
42 const word64 two54m152 = (((word64)1) << 54) - 152;
43 const word64 two54m8 = (((word64)1) << 54) - 8;
47 # define lo128(a) ((word64)a)
56 struct word128 { word64 lo, hi; };
[all …]
H A Dkalyna.cpp111 inline void AddKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in AddKey()
132 inline void SubKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in SubKey()
213 inline void GL128(const word64 x[2], word64 y[2], const word64 k[2]) in GL128()
221 inline void GL256(const word64 x[4], word64 y[4], const word64 k[4]) in GL256()
233 inline void GL512(const word64 x[8], word64 y[8], const word64 k[8]) in GL512()
293 inline void IG128(const word64 x[2], word64 y[2], const word64 k[2]) in IG128()
301 inline void IG256(const word64 x[4], word64 y[4], const word64 k[4]) in IG256()
313 inline void IG512(const word64 x[8], word64 y[8], const word64 k[8]) in IG512()
373 inline void G128(const word64 x[2], word64 y[2], const word64 k[2]) in G128()
381 inline void G256(const word64 x[4], word64 y[4], const word64 k[4]) in G256()
[all …]
H A Dnaclite.h204 int crypto_box_afternm(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
310 int crypto_hash(byte *out,const byte *m,word64 n);
317 int crypto_onetimeauth(byte *out,const byte *m,word64 n,const byte *k);
323 int crypto_onetimeauth_verify(const byte *h,const byte *m,word64 n,const byte *k);
344 int crypto_secretbox(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
362 int crypto_sign(byte *sm,word64 *smlen,const byte *m,word64 n,const byte *sk);
373 int crypto_sign_open(byte *m,word64 *mlen,const byte *sm,word64 n,const byte *pk);
402 int crypto_stream(byte *c,word64 d,const byte *n,const byte *k);
408 int crypto_stream_xor(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dthreefish.cpp23 inline void G256(word64& G0, word64& G1, word64& G2, word64& G3) in G256()
32 inline void IG256(word64& G0, word64& G1, word64& G2, word64& G3) in IG256()
79 inline void G512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G6… in G512()
92 inline void IG512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G… in IG512()
152 word64& G4, word64& G5, word64& G6, word64& G7) in G1024A()
166 word64& G12, word64& G13, word64& G14, word64& G15) in G1024B()
180 inline void G1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, in G1024()
181 word64& G6, word64& G7, word64& G8, word64& G9, word64& G10, word64& G11, word64& G12, in G1024()
205 word64& G4, word64& G5, word64& G6, word64& G7) in IG1024B()
219 inline void IG1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, in IG1024()
[all …]
H A Ddonna_64.h29 using CryptoPP::word64;
34 typedef word64 bignum25519[5];
37 const word64 reduce_mask_40 = ((word64)1 << 40) - 1;
38 const word64 reduce_mask_51 = ((word64)1 << 51) - 1;
39 const word64 reduce_mask_52 = ((word64)1 << 52) - 1;
40 const word64 reduce_mask_56 = ((word64)1 << 56) - 1;
42 const word64 two54m152 = (((word64)1) << 54) - 152;
43 const word64 two54m8 = (((word64)1) << 54) - 8;
47 # define lo128(a) ((word64)a)
56 struct word128 { word64 lo, hi; };
[all …]
H A Dkalyna.cpp111 inline void AddKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in AddKey()
132 inline void SubKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in SubKey()
213 inline void GL128(const word64 x[2], word64 y[2], const word64 k[2]) in GL128()
221 inline void GL256(const word64 x[4], word64 y[4], const word64 k[4]) in GL256()
233 inline void GL512(const word64 x[8], word64 y[8], const word64 k[8]) in GL512()
293 inline void IG128(const word64 x[2], word64 y[2], const word64 k[2]) in IG128()
301 inline void IG256(const word64 x[4], word64 y[4], const word64 k[4]) in IG256()
313 inline void IG512(const word64 x[8], word64 y[8], const word64 k[8]) in IG512()
373 inline void G128(const word64 x[2], word64 y[2], const word64 k[2]) in G128()
381 inline void G256(const word64 x[4], word64 y[4], const word64 k[4]) in G256()
[all …]
H A Dnaclite.h204 int crypto_box_afternm(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
310 int crypto_hash(byte *out,const byte *m,word64 n);
317 int crypto_onetimeauth(byte *out,const byte *m,word64 n,const byte *k);
323 int crypto_onetimeauth_verify(const byte *h,const byte *m,word64 n,const byte *k);
344 int crypto_secretbox(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
362 int crypto_sign(byte *sm,word64 *smlen,const byte *m,word64 n,const byte *sk);
373 int crypto_sign_open(byte *m,word64 *mlen,const byte *sm,word64 n,const byte *pk);
402 int crypto_stream(byte *c,word64 d,const byte *n,const byte *k);
408 int crypto_stream_xor(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dthreefish.cpp23 inline void G256(word64& G0, word64& G1, word64& G2, word64& G3)
32 inline void IG256(word64& G0, word64& G1, word64& G2, word64& G3)
79 inline void G512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G6…
92 inline void IG512(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5, word64& G…
152 word64& G4, word64& G5, word64& G6, word64& G7)
166 word64& G12, word64& G13, word64& G14, word64& G15)
180 inline void G1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5,
181 word64& G6, word64& G7, word64& G8, word64& G9, word64& G10, word64& G11, word64& G12,
205 word64& G4, word64& G5, word64& G6, word64& G7)
219 inline void IG1024(word64& G0, word64& G1, word64& G2, word64& G3, word64& G4, word64& G5,
[all …]
H A Ddonna_64.h29 using CryptoPP::word64;
34 typedef word64 bignum25519[5];
37 const word64 reduce_mask_40 = ((word64)1 << 40) - 1;
38 const word64 reduce_mask_51 = ((word64)1 << 51) - 1;
39 const word64 reduce_mask_52 = ((word64)1 << 52) - 1;
40 const word64 reduce_mask_56 = ((word64)1 << 56) - 1;
42 const word64 two54m152 = (((word64)1) << 54) - 152;
43 const word64 two54m8 = (((word64)1) << 54) - 8;
47 # define lo128(a) ((word64)a)
56 struct word128 { word64 lo, hi; };
[all …]
H A Dkalyna.cpp111 inline void AddKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in AddKey()
132 inline void SubKey(const word64 x[NB], word64 y[NB], const word64 k[NB]) in SubKey()
213 inline void GL128(const word64 x[2], word64 y[2], const word64 k[2]) in GL128()
221 inline void GL256(const word64 x[4], word64 y[4], const word64 k[4]) in GL256()
233 inline void GL512(const word64 x[8], word64 y[8], const word64 k[8]) in GL512()
293 inline void IG128(const word64 x[2], word64 y[2], const word64 k[2]) in IG128()
301 inline void IG256(const word64 x[4], word64 y[4], const word64 k[4]) in IG256()
313 inline void IG512(const word64 x[8], word64 y[8], const word64 k[8]) in IG512()
373 inline void G128(const word64 x[2], word64 y[2], const word64 k[2]) in G128()
381 inline void G256(const word64 x[4], word64 y[4], const word64 k[4]) in G256()
[all …]
H A Dnaclite.h204 int crypto_box_afternm(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
303 int crypto_hashblocks(byte *x,const byte *m,word64 n);
310 int crypto_hash(byte *out,const byte *m,word64 n);
317 int crypto_onetimeauth(byte *out,const byte *m,word64 n,const byte *k);
323 int crypto_onetimeauth_verify(const byte *h,const byte *m,word64 n,const byte *k);
344 int crypto_secretbox(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
362 int crypto_sign(byte *sm,word64 *smlen,const byte *m,word64 n,const byte *sk);
373 int crypto_sign_open(byte *m,word64 *mlen,const byte *sm,word64 n,const byte *pk);
402 int crypto_stream(byte *c,word64 d,const byte *n,const byte *k);
408 int crypto_stream_xor(byte *c,const byte *m,word64 d,const byte *n,const byte *k);
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dblake2-impl.h58 return *( word64 * )( src ); in load64()
61 word64 w = *p++; in load64()
62 w |= ( word64 )( *p++ ) << 8; in load64()
63 w |= ( word64 )( *p++ ) << 16; in load64()
64 w |= ( word64 )( *p++ ) << 24; in load64()
65 w |= ( word64 )( *p++ ) << 32; in load64()
66 w |= ( word64 )( *p++ ) << 40; in load64()
89 *( word64 * )( dst ) = w; in store64()
106 word64 w = *p++; in load48()
131 static WC_INLINE word64 rotl64( const word64 w, const unsigned c ) in rotl64()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2-impl.h58 return *( word64 * )( src ); in load64()
61 word64 w = *p++; in load64()
62 w |= ( word64 )( *p++ ) << 8; in load64()
63 w |= ( word64 )( *p++ ) << 16; in load64()
64 w |= ( word64 )( *p++ ) << 24; in load64()
65 w |= ( word64 )( *p++ ) << 32; in load64()
66 w |= ( word64 )( *p++ ) << 40; in load64()
89 *( word64 * )( dst ) = w; in store64()
106 word64 w = *p++; in load48()
131 static WC_INLINE word64 rotl64( const word64 w, const unsigned c ) in rotl64()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2-impl.h58 return *( word64 * )( src ); in load64()
61 word64 w = *p++; in load64()
62 w |= ( word64 )( *p++ ) << 8; in load64()
63 w |= ( word64 )( *p++ ) << 16; in load64()
64 w |= ( word64 )( *p++ ) << 24; in load64()
65 w |= ( word64 )( *p++ ) << 32; in load64()
66 w |= ( word64 )( *p++ ) << 40; in load64()
89 *( word64 * )( dst ) = w; in store64()
106 word64 w = *p++; in load48()
131 static WC_INLINE word64 rotl64( const word64 w, const unsigned c ) in rotl64()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2-impl.h58 return *( word64 * )( src ); in load64()
61 word64 w = *p++; in load64()
62 w |= ( word64 )( *p++ ) << 8; in load64()
63 w |= ( word64 )( *p++ ) << 16; in load64()
64 w |= ( word64 )( *p++ ) << 24; in load64()
65 w |= ( word64 )( *p++ ) << 32; in load64()
66 w |= ( word64 )( *p++ ) << 40; in load64()
89 *( word64 * )( dst ) = w; in store64()
106 word64 w = *p++; in load48()
131 static WC_INLINE word64 rotl64( const word64 w, const unsigned c ) in rotl64()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dblake2-impl.h58 return *( word64 * )( src );
61 word64 w = *p++;
62 w |= ( word64 )( *p++ ) << 8;
63 w |= ( word64 )( *p++ ) << 16;
64 w |= ( word64 )( *p++ ) << 24;
65 w |= ( word64 )( *p++ ) << 32;
66 w |= ( word64 )( *p++ ) << 40;
89 *( word64 * )( dst ) = w;
106 word64 w = *p++;
131 static WC_INLINE word64 rotl64( const word64 w, const unsigned c )
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dpoly1305.cpp98 word64 d0, d1, d2, d3; in HashBlocks()
121 ((word64)h1 * s3) + in HashBlocks()
122 ((word64)h2 * s2) + in HashBlocks()
123 ((word64)h3 * s1); in HashBlocks()
125 ((word64)h1 * r0) + in HashBlocks()
126 ((word64)h2 * s3) + in HashBlocks()
127 ((word64)h3 * s2) + in HashBlocks()
130 ((word64)h1 * r1) + in HashBlocks()
131 ((word64)h2 * r0) + in HashBlocks()
132 ((word64)h3 * s3) + in HashBlocks()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dpoly1305.c279 word64 c; in poly1305_blocks()
361 d0 = ((word64)h0 * r0) + ((word64)h1 * s4) + ((word64)h2 * s3) + in poly1305_blocks()
362 ((word64)h3 * s2) + ((word64)h4 * s1); in poly1305_blocks()
363 d1 = ((word64)h0 * r1) + ((word64)h1 * r0) + ((word64)h2 * s4) + in poly1305_blocks()
364 ((word64)h3 * s3) + ((word64)h4 * s2); in poly1305_blocks()
365 d2 = ((word64)h0 * r2) + ((word64)h1 * r1) + ((word64)h2 * r0) + in poly1305_blocks()
366 ((word64)h3 * s4) + ((word64)h4 * s3); in poly1305_blocks()
367 d3 = ((word64)h0 * r3) + ((word64)h1 * r2) + ((word64)h2 * r1) + in poly1305_blocks()
368 ((word64)h3 * r0) + ((word64)h4 * s4); in poly1305_blocks()
369 d4 = ((word64)h0 * r4) + ((word64)h1 * r3) + ((word64)h2 * r2) + in poly1305_blocks()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dpoly1305.c279 word64 c; in poly1305_blocks()
361 d0 = ((word64)h0 * r0) + ((word64)h1 * s4) + ((word64)h2 * s3) + in poly1305_blocks()
362 ((word64)h3 * s2) + ((word64)h4 * s1); in poly1305_blocks()
363 d1 = ((word64)h0 * r1) + ((word64)h1 * r0) + ((word64)h2 * s4) + in poly1305_blocks()
364 ((word64)h3 * s3) + ((word64)h4 * s2); in poly1305_blocks()
365 d2 = ((word64)h0 * r2) + ((word64)h1 * r1) + ((word64)h2 * r0) + in poly1305_blocks()
366 ((word64)h3 * s4) + ((word64)h4 * s3); in poly1305_blocks()
367 d3 = ((word64)h0 * r3) + ((word64)h1 * r2) + ((word64)h2 * r1) + in poly1305_blocks()
368 ((word64)h3 * r0) + ((word64)h4 * s4); in poly1305_blocks()
369 d4 = ((word64)h0 * r4) + ((word64)h1 * r3) + ((word64)h2 * r2) + in poly1305_blocks()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dpoly1305.c279 word64 c; in poly1305_blocks()
361 d0 = ((word64)h0 * r0) + ((word64)h1 * s4) + ((word64)h2 * s3) + in poly1305_blocks()
362 ((word64)h3 * s2) + ((word64)h4 * s1); in poly1305_blocks()
363 d1 = ((word64)h0 * r1) + ((word64)h1 * r0) + ((word64)h2 * s4) + in poly1305_blocks()
364 ((word64)h3 * s3) + ((word64)h4 * s2); in poly1305_blocks()
365 d2 = ((word64)h0 * r2) + ((word64)h1 * r1) + ((word64)h2 * r0) + in poly1305_blocks()
366 ((word64)h3 * s4) + ((word64)h4 * s3); in poly1305_blocks()
367 d3 = ((word64)h0 * r3) + ((word64)h1 * r2) + ((word64)h2 * r1) + in poly1305_blocks()
368 ((word64)h3 * r0) + ((word64)h4 * s4); in poly1305_blocks()
369 d4 = ((word64)h0 * r4) + ((word64)h1 * r3) + ((word64)h2 * r2) + in poly1305_blocks()
[all …]

12345678910>>...41