Home
last modified time | relevance | path

Searched refs:CRYPTOCFGA_PRIORITY_VAL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/crypto/
H A Dcrypto_user_base.c115 if (nla_put_u32(skb, CRYPTOCFGA_PRIORITY_VAL, alg->cra_priority)) in crypto_report_one()
265 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_update_alg()
341 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_add_alg()
402 [CRYPTOCFGA_PRIORITY_VAL] = { .type = NLA_U32},
H A Dcrypto_user_stat.c66 if (nla_put_u32(skb, CRYPTOCFGA_PRIORITY_VAL, alg->cra_priority)) in crypto_reportstat_one()
/openbmc/linux/include/uapi/linux/
H A Dcryptouser.h46 CRYPTOCFGA_PRIORITY_VAL, /* __u32 */ enumerator