Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c1009 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() local
1228 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
1230 ctx = (struct umac_ctx *)((u_char *)ctx + bytes_to_add); in umac_new()