Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpadlock.c82 uint32_t *ctrl; in mbedtls_padlock_xcryptecb() local
89 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() local
136 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()