Home
last modified time | relevance | path

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

/crypto/
Dmichael_mic.c22 __le32 pending; member
68 memcpy((u8 *)&mctx->pending + mctx->pending_len, data, flen); in michael_update()
76 mctx->l ^= le32_to_cpu(mctx->pending); in michael_update()
90 memcpy(&mctx->pending, data, len); in michael_update()
100 u8 *data = (u8 *)&mctx->pending; in michael_final()