Searched refs:CRYPTO_ALIGN (Results 1 – 15 of 15) sorted by relevance
46 #ifndef CRYPTO_ALIGN48 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro50 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x))) macro
19 typedef struct CRYPTO_ALIGN(16) crypto_onetimeauth_poly1305_state {
23 typedef struct CRYPTO_ALIGN(64) crypto_generichash_blake2b_state {
59 typedef CRYPTO_ALIGN(16) unsigned char crypto_aead_aes256gcm_state[512]; typedef
55 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 …]
206 #ifndef CRYPTO_ALIGN208 # define CRYPTO_ALIGN(x) __declspec(align(x)) macro210 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x))) macro
30 CRYPTO_ALIGN(64)
8 CRYPTO_ALIGN(64)
27 CRYPTO_ALIGN(64)
21 CRYPTO_ALIGN(64)
336 CRYPTO_ALIGN(64) blake2b_state S[1]; in blake2b()374 CRYPTO_ALIGN(64) blake2b_state S[1]; in blake2b_salt_personal()
63 CRYPTO_ALIGN(64) poly1305_state_internal_t state; in crypto_onetimeauth_poly1305_donna()
19 CRYPTO_ALIGN(16) in has_small_order()
199 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()
1005 CRYPTO_ALIGN(16) in ge25519_has_small_order()