Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c1003 u_char bytes_to_add;
1009 bytes_to_add = ALLOC_BOUNDARY -
1011 ctx = (uhash_ctx_t)((u_char *)ctx + bytes_to_add);
1012 *((u_char *)ctx - 1) = bytes_to_add;
1216 size_t bytes_to_add; in umac_new() local
1222 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
1224 ctx = (struct umac_ctx *)((u_char *)ctx + bytes_to_add); in umac_new()