Searched refs:CRYPTO_ALIGN (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dexport.h42 #ifndef CRYPTO_ALIGN
44 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro
46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x))) macro
H A Dcrypto_onetimeauth_poly1305.h19 typedef struct CRYPTO_ALIGN(16) crypto_onetimeauth_poly1305_state {
H A Dcrypto_aead_aes256gcm.h59 typedef CRYPTO_ALIGN(16) unsigned char crypto_aead_aes256gcm_state[512];
H A Dcrypto_generichash_blake2b.h23 typedef struct CRYPTO_ALIGN(64) crypto_generichash_blake2b_state {
/netbsd-current/sys/crypto/sodium/
H A Dexport.h42 #ifndef CRYPTO_ALIGN
44 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro
46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x))) macro
95 #ifndef CRYPTO_ALIGN
97 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro
99 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x))) macro
148 #ifndef CRYPTO_ALIGN
150 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro
152 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x))) macro
201 #ifndef CRYPTO_ALIGN
203 # define CRYPTO_ALIGN macro
205 # define CRYPTO_ALIGN macro
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.c30 CRYPTO_ALIGN(64)
H A Dblake2b-compress-ref.c8 CRYPTO_ALIGN(64)
H A Dblake2b-compress-sse41.c27 CRYPTO_ALIGN(64)
H A Dblake2b-compress-ssse3.c21 CRYPTO_ALIGN(64)
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c55 CRYPTO_ALIGN(16) unsigned char H[16];
213 CRYPTO_ALIGN(16) unsigned char padded[16];
519 CRYPTO_ALIGN(16) uint32_t n2[4];
520 CRYPTO_ALIGN(16) unsigned char H[16];
521 CRYPTO_ALIGN(16) unsigned char T[16];
522 CRYPTO_ALIGN(16) unsigned char accum[16];
523 CRYPTO_ALIGN(16) unsigned char fb[16];
586 CRYPTO_ALIGN(16) unsigned char outni[8 * 16]; \
658 CRYPTO_ALIGN(16) uint32_t n2[4];
659 CRYPTO_ALIGN(1
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c63 CRYPTO_ALIGN(64) poly1305_state_internal_t state;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Dcommon.h206 #ifndef CRYPTO_ALIGN
208 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro
210 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x))) macro
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c19 CRYPTO_ALIGN(16)
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c199 CRYPTO_ALIGN(64)
809 CRYPTO_ALIGN(16) unsigned char final[32] = { 0 };
910 CRYPTO_ALIGN(64) poly1305_state_internal_t st;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1019 CRYPTO_ALIGN(16)

Completed in 152 milliseconds