Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/services/
H A Drmm_el3_token_sign.h19 #define SET_MEMBER(member, start, end) \ macro
28 SET_MEMBER(uint32_t sig_alg_id, 0x0, 0x8);
29 SET_MEMBER(uint64_t rec_granule, 0x8, 0x10);
30 SET_MEMBER(uint64_t req_ticket, 0x10, 0x18);
31 SET_MEMBER(uint32_t hash_alg_id, 0x18, 0x20);
32 SET_MEMBER(uint8_t hash_buf[SHA512_DIGEST_SIZE], 0x20, 0x60);
48 SET_MEMBER(uint64_t rec_granule, 0x0, 0x8);
49 SET_MEMBER(uint64_t req_ticket, 0x8, 0x10);
50 SET_MEMBER(uint16_t sig_len, 0x10, 0x12);
51 SET_MEMBER(uint8_t signature_buf[EL3_TOKEN_RESPONSE_MAX_SIG_LEN], 0x12, 0x212);