Searched refs:blk (Results 1 – 1 of 1) sorted by relevance
87 uint32_t *blk; in mbedtls_padlock_xcryptecb() local92 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()