Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpadlock.c30 int ebx = 0, edx = 0; in mbedtls_padlock_has_support() local
44 : "=m" (ebx), "=m" (edx) in mbedtls_padlock_has_support()
45 : "m" (ebx) in mbedtls_padlock_has_support()
62 int ebx = 0; in mbedtls_padlock_xcryptecb() local
90 : "=m" (ebx) in mbedtls_padlock_xcryptecb()
91 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()
110 int ebx = 0; in mbedtls_padlock_xcryptcbc() local
144 : "=m" (ebx) in mbedtls_padlock_xcryptcbc()
145 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
Dbn_mul.h930 __asm mov ebx, b
934 __asm mul ebx \
/mbedtls-latest/
DChangeLog6227 * Fixed the "PIC register ebx clobbered in asm" bug