Searched refs:ctrl (Results 1 – 2 of 2) sorted by relevance
88 uint32_t *ctrl; in mbedtls_padlock_xcryptecb() local95 ctrl = blk + 4; in mbedtls_padlock_xcryptecb()96 *ctrl = 0x80 | ctx->nr | ( ( ctx->nr + ( mode^1 ) - 10 ) << 9 ); in mbedtls_padlock_xcryptecb()109 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()131 uint32_t *ctrl; in mbedtls_padlock_xcryptcbc() local142 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc()143 *ctrl = 0x80 | ctx->nr | ( ( ctx->nr + ( mode ^ 1 ) - 10 ) << 9 ); in mbedtls_padlock_xcryptcbc()159 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
26 exit with Ctrl-p ctrl-q to execute tests from the command line