Searched refs:__aligned (Results 1 – 25 of 48) sorted by relevance
12
41 struct rsa_context ctx __aligned(CACHE_WRITEBACK_GRANULE); in rsa_public_verif_sec()42 struct job_descriptor jobdesc __aligned(CACHE_WRITEBACK_GRANULE); in rsa_public_verif_sec()155 uint8_t encoded_hash[RSA_4K_KEY_SZ_BYTES] __aligned(CACHE_WRITEBACK_GRANULE); in rsa_verify_signature()
83 uint8_t hash[SHA256_BYTES] __aligned(CACHE_WRITEBACK_GRANULE) = {0}; in verify_hash()
118 struct job_descriptor jobdesc __aligned(CACHE_WRITEBACK_GRANULE); in hash_final()
26 typedef uint64_t jmp_buf[JMP_SIZE] __aligned(16); typedef
148 __aligned(XLAT_TABLE_SIZE) __section(_table_section); \152 __aligned(GET_NUM_BASE_LEVEL_ENTRIES(_virt_addr_space_size)\
13 typedef struct __packed __aligned(16) rpi3_mbox_request {
15 #define __aligned(x) __attribute__((__aligned__(x))) macro
16 static uint8_t __aligned(16) rpi3_mbox_buffer[RPI3_MBOX_BUFFER_SIZE];
25 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
17 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
100 struct job_descriptor desc __aligned(CACHE_WRITEBACK_GRANULE); in instantiate_rng()133 struct job_descriptor desc __aligned(CACHE_WRITEBACK_GRANULE); in hw_rng_generate()
32 uint8_t ip_ring[SEC_DMA_MEM_INPUT_RING_SIZE] __aligned(CACHE_WRITEBACK_GRANULE);33 uint8_t op_ring[SEC_DMA_MEM_OUTPUT_RING_SIZE] __aligned(CACHE_WRITEBACK_GRANULE);
42 struct job_descriptor desc __aligned(CACHE_WRITEBACK_GRANULE); in get_hw_unq_key_blob_hw()
63 } __aligned(sizeof(uint64_t)) pe_exc_data_t;
41 } __aligned(8) name##_t
48 } __aligned(CACHE_WRITEBACK_GRANULE) work_statistics_t;52 } __aligned(CACHE_WRITEBACK_GRANULE) tsp_args_t;
17 unsigned long value __aligned(CACHE_WRITEBACK_GRANULE);
29 uint8_t img_hash[SHA256_BYTES] __aligned(CACHE_WRITEBACK_GRANULE);
27 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
30 __aligned(NUM_BASE_LEVEL_ENTRIES * sizeof(uint64_t));
22 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
21 __aligned(CACHE_WRITEBACK_GRANULE);
121 } __aligned(CACHE_WRITEBACK_GRANULE) cpu_data_t;
28 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
Completed in 33 milliseconds