Lines Matching defs:atype
150 estimate_argon2_params(argon2_type atype, uint32_t *etime,
221 atype, ARGON2_VERSION_NUMBER) != ARGON2_OK) {
253 decode_option(argon2_context *ctx, argon2_type *atype, const char *option)
273 *atype=Argon2_i;
276 *atype=Argon2_d;
280 *atype=Argon2_id;
283 *atype=Argon2_id;
385 argon2_type atype = Argon2_id;
414 rc = decode_option(&ctx, &atype, salt);
424 atype, ctx.version);