Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhavege.c74 PT2 &= 0x1FFF; \
79 B = &WALK[PT2 ]; RES[i++] ^= *B; \
81 D = &WALK[PT2 ^ 4]; RES[i++] ^= *D; \
90 B = &WALK[PT2 ^ 2]; RES[i++] ^= *B; \
92 D = &WALK[PT2 ^ 6]; RES[i++] ^= *D; \
103 B = &WALK[PT2 ^ 1]; \
107 PT2 = (RES[(i - 8) ^ PTY] ^ WALK[PT2 ^ PTY ^ 7]); \
108 PT2 = ((PT2 & 0x1FFF) & (~8)) ^ ((PT1 ^ 8) & 0x8); \
159 uint32_t PT1, PT2, *WALK, RES[16]; in havege_fill() local
164 PT2 = hs->PT2; in havege_fill()
[all …]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhavege.h45 uint32_t PT1, PT2, offset[2]; member

Completed in 3 milliseconds