Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c314 #define ALLOC_BOUNDARY 16 /* Keep buffers aligned to this */ macro
1007 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
1009 if (ALLOC_BOUNDARY) {
1010 bytes_to_add = ALLOC_BOUNDARY -
1011 ((ptrdiff_t)ctx & (ALLOC_BOUNDARY -1));
1031 if (ALLOC_BOUNDARY) {
1202 if (ALLOC_BOUNDARY) in umac_delete()
1220 octx = ctx = xmalloc(sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1222 if (ALLOC_BOUNDARY) { in umac_new()
1223 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
[all …]