Searched refs:ctrl (Results 1 – 1 of 1) sorted by relevance
82 uint32_t *ctrl; in mbedtls_padlock_xcryptecb() local89 ctrl = blk + 4; in mbedtls_padlock_xcryptecb()90 *ctrl = 0x80 | ctx->nr | ( ( ctx->nr + ( mode^1 ) - 10 ) << 9 ); in mbedtls_padlock_xcryptecb()103 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()125 uint32_t *ctrl; in mbedtls_padlock_xcryptcbc() local136 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc()137 *ctrl = 0x80 | ctx->nr | ( ( ctx->nr + ( mode ^ 1 ) - 10 ) << 9 ); in mbedtls_padlock_xcryptcbc()153 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()