Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dpadlock.c88 uint32_t *ctrl; in mbedtls_padlock_xcryptecb() local
95 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() local
142 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()
/net-tools-3.7.0/
DREADME.docker26 exit with Ctrl-p ctrl-q to execute tests from the command line