Home
last modified time | relevance | path

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

/crypto/
Dmichael_mic.c25 u8 pending[4]; member
72 memcpy(&mctx->pending[mctx->pending_len], data, flen); in michael_update()
80 src = (const __le32 *)mctx->pending; in michael_update()
96 memcpy(mctx->pending, src, len); in michael_update()
106 u8 *data = mctx->pending; in michael_final()