Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c313 #define ALLOC_BOUNDARY 16 /* Keep buffers aligned to this */ macro
1006 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
1008 if (ALLOC_BOUNDARY) {
1009 bytes_to_add = ALLOC_BOUNDARY -
1010 ((ptrdiff_t)ctx & (ALLOC_BOUNDARY -1));
1030 if (ALLOC_BOUNDARY) {
1201 if (ALLOC_BOUNDARY) in umac_delete()
1219 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1221 if (ALLOC_BOUNDARY) { in umac_new()
1222 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
[all …]