Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dexport.h46 #ifndef CRYPTO_ALIGN
48 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro
50 # 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_generichash_blake2b.h23 typedef struct CRYPTO_ALIGN(64) crypto_generichash_blake2b_state {
H A Dcrypto_aead_aes256gcm.h59 typedef CRYPTO_ALIGN(16) unsigned char crypto_aead_aes256gcm_state[512]; typedef
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c55 CRYPTO_ALIGN(16) unsigned char H[16];
519 CRYPTO_ALIGN(16) uint32_t n2[4]; in crypto_aead_aes256gcm_encrypt_detached_afternm()
520 CRYPTO_ALIGN(16) unsigned char H[16]; in crypto_aead_aes256gcm_encrypt_detached_afternm()
521 CRYPTO_ALIGN(16) unsigned char T[16]; in crypto_aead_aes256gcm_encrypt_detached_afternm()
522 CRYPTO_ALIGN(16) unsigned char accum[16]; in crypto_aead_aes256gcm_encrypt_detached_afternm()
523 CRYPTO_ALIGN(16) unsigned char fb[16]; in crypto_aead_aes256gcm_encrypt_detached_afternm()
658 CRYPTO_ALIGN(16) uint32_t n2[4]; in crypto_aead_aes256gcm_decrypt_detached_afternm()
659 CRYPTO_ALIGN(16) unsigned char H[16]; in crypto_aead_aes256gcm_decrypt_detached_afternm()
660 CRYPTO_ALIGN(16) unsigned char T[16]; in crypto_aead_aes256gcm_decrypt_detached_afternm()
661 CRYPTO_ALIGN(16) unsigned char accum[16]; in crypto_aead_aes256gcm_decrypt_detached_afternm()
[all …]
/f-stack/freebsd/contrib/libsodium/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
/f-stack/freebsd/contrib/libsodium/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)
H A Dblake2b-ref.c336 CRYPTO_ALIGN(64) blake2b_state S[1]; in blake2b()
374 CRYPTO_ALIGN(64) blake2b_state S[1]; in blake2b_salt_personal()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c63 CRYPTO_ALIGN(64) poly1305_state_internal_t state; in crypto_onetimeauth_poly1305_donna()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c19 CRYPTO_ALIGN(16) in has_small_order()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c199 CRYPTO_ALIGN(64) in poly1305_blocks()
809 CRYPTO_ALIGN(16) unsigned char final[32] = { 0 }; in poly1305_finish_ext()
910 CRYPTO_ALIGN(64) poly1305_state_internal_t st; in crypto_onetimeauth_poly1305_sse2()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1005 CRYPTO_ALIGN(16) in ge25519_has_small_order()