Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Dcbc.c42 uint32_t *this32p; in cbc_xorblock() local
50 this32p = (uint32_t *)thisp; in cbc_xorblock()
54 *this32p ^= *last32p; in cbc_xorblock()
55 this32p++; in cbc_xorblock()