Searched refs:t_cost (Results 1 – 1 of 1) sorted by relevance
168 uint32_t t_cost; member210 static int kdf_argon2_ctx_set_t_cost(KDF_ARGON2 *ctx, uint32_t t_cost);663 args[3] = ctx->t_cost; in initial_hash()920 c->t_cost = ARGON2_DEFAULT_T_COST; in kdf_argon2_init()1104 ctx->passes = ctx->t_cost; in kdf_argon2_derive()1186 static int kdf_argon2_ctx_set_t_cost(KDF_ARGON2 *ctx, uint32_t t_cost) in kdf_argon2_ctx_set_t_cost() argument1190 if (t_cost < ARGON2_MIN_TIME) { in kdf_argon2_ctx_set_t_cost()1196 ctx->t_cost = t_cost; in kdf_argon2_ctx_set_t_cost()
Completed in 9 milliseconds