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()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()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()1448 if (!kdf_argon2_ctx_set_m_cost(ctx, u32_value)) in kdf_argon2_set_ctx_params()1453 if (!OSSL_PARAM_get_uint32(p, &u32_value)) in kdf_argon2_set_ctx_params()[all …]
Completed in 7 milliseconds