Home
last modified time | relevance | path

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

/include/crypto/internal/
Dblake2b.h29 const size_t fill = BLAKE2B_BLOCK_SIZE - state->buflen; in __blake2b_update() local
33 if (inlen > fill) { in __blake2b_update()
34 memcpy(state->buf + state->buflen, in, fill); in __blake2b_update()
37 in += fill; in __blake2b_update()
38 inlen -= fill; in __blake2b_update()
Dblake2s.h33 const size_t fill = BLAKE2S_BLOCK_SIZE - state->buflen; in __blake2s_update() local
37 if (inlen > fill) { in __blake2s_update()
38 memcpy(state->buf + state->buflen, in, fill); in __blake2s_update()
46 in += fill; in __blake2s_update()
47 inlen -= fill; in __blake2s_update()
/include/linux/decompress/
Dunlzma.h6 long (*fill)(void*, unsigned long),
Dbunzip2.h6 long (*fill)(void*, unsigned long),
Dinflate.h6 long (*fill)(void*, unsigned long),
Dunlz4.h6 long (*fill)(void*, unsigned long),
Dunlzo.h6 long (*fill)(void*, unsigned long),
Dunxz.h14 long (*fill)(void *dest, unsigned long size),
Dgeneric.h6 long (*fill)(void*, unsigned long),
/include/linux/
Dmroute_base.h289 int (*fill)(struct mr_table *mrt, struct sk_buff *skb,
296 int (*fill)(struct mr_table *mrt,
346 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute()
DmISDNhw.h150 u8 fill[MISDN_BCH_FILL_SIZE]; member
/include/net/
Dfib_rules.h91 int (*fill)(struct fib_rule *, struct sk_buff *, member