Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpadlock.c46 int ebx = 0, edx = 0; in mbedtls_padlock_has_support() local
61 : "=m" (ebx), "=m" (edx) in mbedtls_padlock_has_support()
62 : "m" (ebx) in mbedtls_padlock_has_support()
79 int ebx = 0; in mbedtls_padlock_xcryptecb() local
102 : "=m" (ebx) in mbedtls_padlock_xcryptecb()
103 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()
121 int ebx = 0; in mbedtls_padlock_xcryptcbc() local
152 : "=m" (ebx) in mbedtls_padlock_xcryptcbc()
153 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
A Dbn_mul.h830 __asm mov ebx, b
834 __asm mul ebx \
/mbedtls-development/
A DChangeLog4581 * Fixed the "PIC register ebx clobbered in asm" bug

Completed in 10 milliseconds