Searched refs:ALIGNPTR (Results 1 – 1 of 1) sorted by relevance
40 #define ALIGNPTR(p,N) ((unsigned char *)p+N-(size_t)p%N) macro633 table = (void *)ALIGNPTR(table_storage, 64); in ecp_nistz256_windowed_mul()863 preComputedTable = (void *)ALIGNPTR(precomp_storage, 64); in ecp_nistz256_mult_precompute()
Completed in 8 milliseconds