Searched refs:bytes_to_add (Results 1 – 1 of 1) sorted by relevance
1009 u_char bytes_to_add;1015 bytes_to_add = ALLOC_BOUNDARY -1017 ctx = (uhash_ctx_t)((u_char *)ctx + bytes_to_add);1018 *((u_char *)ctx - 1) = bytes_to_add;1222 size_t bytes_to_add; in umac_new() local1228 bytes_to_add = ALLOC_BOUNDARY - in umac_new()1230 ctx = (struct umac_ctx *)((u_char *)ctx + bytes_to_add); in umac_new()