Home
last modified time | relevance | path

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

/crypto/
Dalgboss.c41 } attrs[CRYPTO_MAX_ATTRS]; member
145 param->attrs[i].alg.attr.rta_len = in cryptomgr_schedule_probe()
146 sizeof(param->attrs[i].alg); in cryptomgr_schedule_probe()
147 param->attrs[i].alg.attr.rta_type = CRYPTOA_ALG; in cryptomgr_schedule_probe()
148 memcpy(param->attrs[i].alg.data.name, name, len); in cryptomgr_schedule_probe()
150 param->attrs[i].nu32.attr.rta_len = in cryptomgr_schedule_probe()
151 sizeof(param->attrs[i].nu32); in cryptomgr_schedule_probe()
152 param->attrs[i].nu32.attr.rta_type = CRYPTOA_U32; in cryptomgr_schedule_probe()
153 param->attrs[i].nu32.data.num = in cryptomgr_schedule_probe()
157 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
334 struct nlattr **attrs) in crypto_add_alg() argument
340 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_add_alg()
382 struct nlattr **attrs) in crypto_del_rng() argument
425 struct nlattr *attrs[CRYPTOCFGA_MAX+1]; in crypto_user_rcv_msg() local
461 err = nlmsg_parse_deprecated(nlh, crypto_msg_min[type], attrs, in crypto_user_rcv_msg()
469 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
Dcrypto_user_stat.c300 struct nlattr **attrs) in crypto_reportstat() argument