Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Dcbc.c43 uint32_t *last32p; in cbc_xorblock() local
52 last32p = (uint32_t *)lastp; in cbc_xorblock()
54 *this32p ^= *last32p; in cbc_xorblock()
56 last32p++; in cbc_xorblock()