Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dcrypto_user_base.c265 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_update_alg() local
274 if (priority && !strlen(p->cru_driver_name)) in crypto_update_alg()
285 if (priority) in crypto_update_alg()
286 alg->cra_priority = nla_get_u32(priority); in crypto_update_alg()
341 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_add_alg() local
352 if (priority && !exact) in crypto_add_alg()
372 if (priority) in crypto_add_alg()
373 alg->cra_priority = nla_get_u32(priority); in crypto_add_alg()
Ddrbg.c2052 static int priority = 200; in drbg_fill_array() local
2065 alg->base.cra_priority = priority; in drbg_fill_array()
2066 priority++; in drbg_fill_array()