Home
last modified time | relevance | path

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

/crypto/
Dalgboss.c34 } attrs[CRYPTO_MAX_ATTRS]; member
124 param->attrs[i].attr.rta_len = sizeof(param->attrs[i]); in cryptomgr_schedule_probe()
125 param->attrs[i].attr.rta_type = CRYPTOA_ALG; in cryptomgr_schedule_probe()
126 memcpy(param->attrs[i].data.name, name, len); in cryptomgr_schedule_probe()
128 param->tb[i + 1] = &param->attrs[i].attr; in cryptomgr_schedule_probe()
Dcrypto_user_base.c185 struct nlattr **attrs) in crypto_report() argument
261 struct nlattr **attrs) in crypto_update_alg() argument
265 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_update_alg()
297 struct nlattr **attrs) in crypto_del_alg() argument
335 struct nlattr **attrs) in crypto_add_alg() argument
341 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_add_alg()
383 struct nlattr **attrs) in crypto_del_rng() argument
426 struct nlattr *attrs[CRYPTOCFGA_MAX+1]; in crypto_user_rcv_msg() local
462 err = nlmsg_parse_deprecated(nlh, crypto_msg_min[type], attrs, in crypto_user_rcv_msg()
470 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
Dcrypto_user_stat.c296 struct nlattr **attrs) in crypto_reportstat() argument