Searched refs:priority (Results 1 – 1 of 1) sorted by relevance
265 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_update_alg() local271 if (priority && !strlen(p->cru_driver_name)) in crypto_update_alg()282 if (priority) in crypto_update_alg()283 alg->cra_priority = nla_get_u32(priority); in crypto_update_alg()380 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_add_alg() local388 if (priority && !exact) in crypto_add_alg()418 if (priority) in crypto_add_alg()419 alg->cra_priority = nla_get_u32(priority); in crypto_add_alg()