Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpadlock.c113 uint32_t *iw; in mbedtls_padlock_xcryptcbc() local
125 iw = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptcbc()
126 memcpy(iw, iv, 16); in mbedtls_padlock_xcryptcbc()
128 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc()
146 "m" (rk), "m" (input), "m" (output), "m" (iw) in mbedtls_padlock_xcryptcbc()
149 memcpy(iv, iw, 16); in mbedtls_padlock_xcryptcbc()