Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c1029 u_char bytes_to_add;
1035 bytes_to_add = ALLOC_BOUNDARY -
1037 ctx = (uhash_ctx_t)((u_char *)ctx + bytes_to_add);
1038 *((u_char *)ctx - 1) = bytes_to_add;
1242 size_t bytes_to_add; in umac_new() local
1248 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
1250 ctx = (struct umac_ctx *)((u_char *)ctx + bytes_to_add); in umac_new()