Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDumac.c1014 u_char bytes_to_add;
1020 bytes_to_add = ALLOC_BOUNDARY -
1022 ctx = (uhash_ctx_t)((u_char *)ctx + bytes_to_add);
1023 *((u_char *)ctx - 1) = bytes_to_add;
1227 size_t bytes_to_add; in umac_new() local
1233 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
1235 ctx = (struct umac_ctx *)((u_char *)ctx + bytes_to_add); in umac_new()