Searched refs:ctrl (Results 1 – 1 of 1) sorted by relevance
65 uint32_t *ctrl; in mbedtls_padlock_xcryptecb() local77 ctrl = blk + 4; in mbedtls_padlock_xcryptecb()78 *ctrl = 0x80 | ctx->nr | ((ctx->nr + (mode^1) - 10) << 9); in mbedtls_padlock_xcryptecb()91 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()114 uint32_t *ctrl; in mbedtls_padlock_xcryptcbc() local128 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc()129 *ctrl = 0x80 | ctx->nr | ((ctx->nr + (mode ^ 1) - 10) << 9); in mbedtls_padlock_xcryptcbc()145 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()