Searched refs:u32_value (Results 1 – 1 of 1) sorted by relevance
1395 uint32_t u32_value; in kdf_argon2_set_ctx_params() local1418 if (!OSSL_PARAM_get_uint32(p, &u32_value)) in kdf_argon2_set_ctx_params()1420 if (!kdf_argon2_ctx_set_out_length(ctx, u32_value)) in kdf_argon2_set_ctx_params()1425 if (!OSSL_PARAM_get_uint32(p, &u32_value)) in kdf_argon2_set_ctx_params()1427 if (!kdf_argon2_ctx_set_t_cost(ctx, u32_value)) in kdf_argon2_set_ctx_params()1432 if (!OSSL_PARAM_get_uint32(p, &u32_value)) in kdf_argon2_set_ctx_params()1434 if (!kdf_argon2_ctx_set_threads(ctx, u32_value)) in kdf_argon2_set_ctx_params()1439 if (!OSSL_PARAM_get_uint32(p, &u32_value)) in kdf_argon2_set_ctx_params()1441 if (!kdf_argon2_ctx_set_lanes(ctx, u32_value)) in kdf_argon2_set_ctx_params()1446 if (!OSSL_PARAM_get_uint32(p, &u32_value)) in kdf_argon2_set_ctx_params()[all …]