Lines Matching refs:ARGON2_SYNC_POINTS
50 # define ARGON2_SYNC_POINTS 4u macro
53 # define ARGON2_MIN_MEMORY (2 * ARGON2_SYNC_POINTS)
410 return (pass == 0) && (slice < ARGON2_SYNC_POINTS / 2); in data_indep_addressing()
453 if (slice != ARGON2_SYNC_POINTS - 1) in index_alpha()
574 for (s = 0; s < ARGON2_SYNC_POINTS; ++s) { in fill_mem_blocks_mt()
635 for (s = 0; s < ARGON2_SYNC_POINTS; ++s) in fill_mem_blocks_st()
1094 if (memory_blocks < 2 * ARGON2_SYNC_POINTS * ctx->lanes) in kdf_argon2_derive()
1095 memory_blocks = 2 * ARGON2_SYNC_POINTS * ctx->lanes; in kdf_argon2_derive()
1098 segment_length = memory_blocks / (ctx->lanes * ARGON2_SYNC_POINTS); in kdf_argon2_derive()
1099 memory_blocks = segment_length * (ctx->lanes * ARGON2_SYNC_POINTS); in kdf_argon2_derive()
1105 ctx->lane_length = segment_length * ARGON2_SYNC_POINTS; in kdf_argon2_derive()