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

/freebsd-12-stable/crypto/openssh/
H A Dumac.c1007 u_char bytes_to_add;
1013 bytes_to_add = ALLOC_BOUNDARY -
1015 ctx = (uhash_ctx_t)((u_char *)ctx + bytes_to_add);
1016 *((u_char *)ctx - 1) = bytes_to_add;
1221 size_t bytes_to_add; local
1227 bytes_to_add = ALLOC_BOUNDARY -
1229 ctx = (struct umac_ctx *)((u_char *)ctx + bytes_to_add);

Completed in 100 milliseconds