Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dpadlock.c87 uint32_t *blk; in mbedtls_padlock_xcryptecb() local
92 blk = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptecb()
93 memcpy( blk, input, 16 ); in mbedtls_padlock_xcryptecb()
95 ctrl = blk + 4; in mbedtls_padlock_xcryptecb()
109 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()
112 memcpy( output, blk, 16 ); in mbedtls_padlock_xcryptecb()