Searched refs:bytes_to_add (Results 1 – 1 of 1) sorted by relevance
1011 u_char bytes_to_add;1017 bytes_to_add = ALLOC_BOUNDARY -1019 ctx = (uhash_ctx_t)((u_char *)ctx + bytes_to_add);1020 *((u_char *)ctx - 1) = bytes_to_add;1224 size_t bytes_to_add; in umac_new() local1230 bytes_to_add = ALLOC_BOUNDARY - in umac_new()1232 ctx = (struct umac_ctx *)((u_char *)ctx + bytes_to_add); in umac_new()