Searched refs:attrs (Results 1 – 3 of 3) sorted by relevance
41 } attrs[CRYPTO_MAX_ATTRS]; member145 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] = ¶m->attrs[i].attr; in cryptomgr_schedule_probe()
185 struct nlattr **attrs) in crypto_report() argument261 struct nlattr **attrs) in crypto_update_alg() argument265 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_update_alg()297 struct nlattr **attrs) in crypto_del_alg() argument334 struct nlattr **attrs) in crypto_add_alg() argument340 struct nlattr *priority = attrs[CRYPTOCFGA_PRIORITY_VAL]; in crypto_add_alg()382 struct nlattr **attrs) in crypto_del_rng() argument425 struct nlattr *attrs[CRYPTOCFGA_MAX+1]; in crypto_user_rcv_msg() local461 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()
300 struct nlattr **attrs) in crypto_reportstat() argument