Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dumac.c1032 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
1034 if (ALLOC_BOUNDARY) {
1035 bytes_to_add = ALLOC_BOUNDARY -
1036 ((ptrdiff_t)ctx & (ALLOC_BOUNDARY -1));
1056 if (ALLOC_BOUNDARY) {
1227 if (ALLOC_BOUNDARY) in umac_delete()
1229 freezero(ctx, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_delete()
1245 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1247 if (ALLOC_BOUNDARY) { in umac_new()
1248 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
[all …]