Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dpadlock.c130 uint32_t *iw; in mbedtls_padlock_xcryptcbc() local
139 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc()
140 memcpy( iw, iv, 16 ); in mbedtls_padlock_xcryptcbc()
142 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc()
160 "m" (rk), "m" (input), "m" (output), "m" (iw) in mbedtls_padlock_xcryptcbc()
163 memcpy( iv, iw, 16 ); in mbedtls_padlock_xcryptcbc()