Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c319 #define ALLOC_BOUNDARY 16 /* Keep buffers aligned to this */ macro
1012 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
1014 if (ALLOC_BOUNDARY) {
1015 bytes_to_add = ALLOC_BOUNDARY -
1016 ((ptrdiff_t)ctx & (ALLOC_BOUNDARY -1));
1036 if (ALLOC_BOUNDARY) {
1207 if (ALLOC_BOUNDARY) in umac_delete()
1225 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1227 if (ALLOC_BOUNDARY) { in umac_new()
1228 bytes_to_add = ALLOC_BOUNDARY - in umac_new()
[all …]