Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dpadlock.c52 int ebx = 0, edx = 0; in mbedtls_padlock_has_support() local
67 : "=m" (ebx), "=m" (edx) in mbedtls_padlock_has_support()
68 : "m" (ebx) in mbedtls_padlock_has_support()
85 int ebx = 0; in mbedtls_padlock_xcryptecb() local
108 : "=m" (ebx) in mbedtls_padlock_xcryptecb()
109 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()
127 int ebx = 0; in mbedtls_padlock_xcryptcbc() local
158 : "=m" (ebx) in mbedtls_padlock_xcryptcbc()
159 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dbn_mul.h741 __asm mov ebx, b
745 __asm mul ebx \
/net-tools-3.4.0/mbedtls-2.4.0/
DChangeLog2000 * Fixed the "PIC register ebx clobbered in asm" bug