Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dpoly1305.c126 acc4 = ctx->acc[4]; in poly1305_process()
157 mul64( acc4, rs1 ); in poly1305_process()
162 mul64( acc4, rs2 ); in poly1305_process()
167 mul64( acc4, rs3 ); in poly1305_process()
168 acc4 *= r0; in poly1305_process()
178 acc4 = (uint32_t) ( d3 >> 32 ) + acc4; in poly1305_process()
180 d0 = (uint64_t) acc0 + ( acc4 >> 2 ) + ( acc4 & 0xFFFFFFFCU ); in poly1305_process()
181 acc4 &= 3U; in poly1305_process()
190 acc4 = (uint32_t) d0; in poly1305_process()
199 ctx->acc[4] = acc4; in poly1305_process()
[all …]
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp26181 acc4: 9303 str r3, [sp, #12]

Completed in 58 milliseconds