Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpadlock.c124 uint32_t *iw; in mbedtls_padlock_xcryptcbc() local
133 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc()
134 memcpy( iw, iv, 16 ); in mbedtls_padlock_xcryptcbc()
136 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc()
154 "m" (rk), "m" (input), "m" (output), "m" (iw) in mbedtls_padlock_xcryptcbc()
157 memcpy( iv, iw, 16 ); in mbedtls_padlock_xcryptcbc()

Completed in 2 milliseconds