Home
last modified time | relevance | path

Searched refs:ALLOC_BOUNDARY (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dumac.c1011 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
1013 if (ALLOC_BOUNDARY) {
1014 bytes_to_add = ALLOC_BOUNDARY -
1015 ((ptrdiff_t)ctx & (ALLOC_BOUNDARY -1));
1035 if (ALLOC_BOUNDARY) {
1206 if (ALLOC_BOUNDARY) in umac_delete()
1208 freezero(ctx, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_delete()
1224 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1226 if (ALLOC_BOUNDARY) { in umac_new()
1227 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
[all …]