Searched refs:__aligned (Results 1 – 16 of 16) 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);
16 const u8 curve25519_null_point[CURVE25519_KEY_SIZE] __aligned(32) = { 0 };17 const u8 curve25519_base_point[CURVE25519_KEY_SIZE] __aligned(32) = { 9 };
18 u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); in chacha_crypt_generic()
604 __aligned(TEST_ALIGNMENT); in blake2s_random_test()
749 u64 buf[10] __aligned(32) = { 0 }; in format_scalar_of_point()761 u64 buf0[10] __aligned(32) = { 0 }; in curve25519_generic()769 u8 e[32] __aligned(32) = { 0 }; in curve25519_generic()
236 } b __aligned(16); in chacha20poly1305_crypt_sg_inplace()
118 u8 in[64] __aligned(SIPHASH_ALIGNMENT); in siphash_test()119 u8 in_unaligned[65] __aligned(SIPHASH_ALIGNMENT); in siphash_test()
326 u8 four __aligned(64);327 } __aligned(64);
71 unsigned int c __aligned(16); \
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
25 } raid6_avx512_constants __aligned(512/8) = {
21 } raid6_avx2_constants __aligned(32) = {
35 u8 buf[16] __aligned(16); in crc_t10dif_arch()
130 volatile char arr[5] __aligned(4) = {1, 2, 3, 4, 5}; in test_ubsan_misaligned_access()
402 char tmp[sizeof(num) * 3] __aligned(2); in num_to_str()469 char tmp[3 * sizeof(num)] __aligned(2); in number()1381 char temp[4] __aligned(2); /* hold each IP quad in reverse order */ in ip4_string()
Completed in 23 milliseconds