Searched refs:__aligned (Results 1 – 14 of 14) sorted by relevance
38 } __packed __aligned(1);60 } __packed __aligned(1);88 } __packed __aligned(1);95 } __aligned(1);102 } __aligned(1);126 } __packed __aligned(1);133 } __aligned(1);
15 const u8 curve25519_null_point[CURVE25519_KEY_SIZE] __aligned(32) = { 0 };16 const u8 curve25519_base_point[CURVE25519_KEY_SIZE] __aligned(32) = { 9 };
19 u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); in chacha_crypt_generic()
751 u64 buf[10] __aligned(32) = { 0 }; in format_scalar_of_point()763 u64 buf0[10] __aligned(32) = { 0 }; in curve25519_generic()771 u8 e[32] __aligned(32) = { 0 }; in curve25519_generic()
234 } b __aligned(16); in chacha20poly1305_crypt_sg_inplace()
115 u8 in[64] __aligned(SIPHASH_ALIGNMENT); in siphash_test_init()116 u8 in_unaligned[65] __aligned(SIPHASH_ALIGNMENT); in siphash_test_init()
93 volatile char arr[5] __aligned(4) = {1, 2, 3, 4, 5}; in test_ubsan_misaligned_access()
218 u8 four __aligned(64);219 } __aligned(64);
34 static u8 const __aligned(8) test_buf[] __initconst =
378 char tmp[sizeof(num) * 3] __aligned(2); in num_to_str()456 char tmp[3 * sizeof(num)] __aligned(2); in number()1364 char temp[4] __aligned(2); /* hold each IP quad in reverse order */ in ip4_string()
22 static const u8 __aligned(16) x0f[16] = { in raid6_2data_recov_ssse3()196 static const u8 __aligned(16) x0f[16] = { in raid6_datap_recov_ssse3()
33 #define __aligned(x) __attribute__((aligned(x))) macro
27 } raid6_avx512_constants __aligned(512/8) = {
21 } raid6_avx2_constants __aligned(32) = {