Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhavege.c62 PTEST = PT1 >> 20; \
72 PTX = (PT1 >> 18) & 7; \
73 PT1 &= 0x1FFF; \
78 A = &WALK[PT1 ]; RES[i++] ^= *A; \
80 C = &WALK[PT1 ^ 1]; RES[i++] ^= *C; \
89 A = &WALK[PT1 ^ 2]; RES[i++] ^= *A; \
91 C = &WALK[PT1 ^ 3]; RES[i++] ^= *C; \
102 A = &WALK[PT1 ^ 4]; \
159 uint32_t PT1, PT2, *WALK, RES[16]; in havege_fill() local
163 PT1 = hs->PT1; 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