Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dhavege.c72 PTX = (PT1 >> 18) & 7; \
144 PT1 = ( RES[( i - 8 ) ^ PTX] ^ \
145 WALK[PT1 ^ PTX ^ 7] ) & (~1); \
160 uint32_t PTX, PTY, CLK, PTEST, IN; in havege_fill() local
166 PTX = U1 = 0; in havege_fill()
169 (void)PTX; in havege_fill()
/optee_os/core/lib/libtomcrypt/src/modes/xts/
A Dxts_test.c87 unsigned char PTX[512], CTX[512]; in xts_test()
248 err = xts_encrypt(tests[i].PTX, tests[i].PTLEN, OUT, T, &xts); in xts_test()
254 err = xts_encrypt(tests[i].PTX, len, OUT, T, &xts); in xts_test()
259 err = xts_encrypt(&tests[i].PTX[len], len, &OUT[len], T, &xts); in xts_test()
291 … if (compare_testvector(OUT, tests[i].PTLEN, tests[i].PTX, tests[i].PTLEN, "XTS decrypt", i)) { in xts_test()

Completed in 3 milliseconds