Searched refs:fill (Results 1 – 12 of 12) sorted by relevance
/include/crypto/internal/ |
D | blake2b.h | 29 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()
|
D | blake2s.h | 33 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/ |
D | unlzma.h | 6 long (*fill)(void*, unsigned long),
|
D | bunzip2.h | 6 long (*fill)(void*, unsigned long),
|
D | inflate.h | 6 long (*fill)(void*, unsigned long),
|
D | unlz4.h | 6 long (*fill)(void*, unsigned long),
|
D | unlzo.h | 6 long (*fill)(void*, unsigned long),
|
D | unxz.h | 14 long (*fill)(void *dest, unsigned long size),
|
D | generic.h | 6 long (*fill)(void*, unsigned long),
|
/include/linux/ |
D | mroute_base.h | 289 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()
|
D | mISDNhw.h | 150 u8 fill[MISDN_BCH_FILL_SIZE]; member
|
/include/net/ |
D | fib_rules.h | 91 int (*fill)(struct fib_rule *, struct sk_buff *, member
|