Home
last modified time | relevance | path

Searched refs:ualg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Dcrypto_user_stat.c50 struct crypto_user_alg *ualg, in crypto_reportstat_one()
53 memset(ualg, 0, sizeof(*ualg)); in crypto_reportstat_one()
55 strscpy(ualg->cru_name, alg->cra_name, sizeof(ualg->cru_name)); in crypto_reportstat_one()
56 strscpy(ualg->cru_driver_name, alg->cra_driver_name, in crypto_reportstat_one()
57 sizeof(ualg->cru_driver_name)); in crypto_reportstat_one()
58 strscpy(ualg->cru_module_name, module_name(alg->cra_module), in crypto_reportstat_one()
59 sizeof(ualg->cru_module_name)); in crypto_reportstat_one()
61 ualg in crypto_reportstat_one()
49 crypto_reportstat_one(struct crypto_alg *alg, struct crypto_user_alg *ualg, struct sk_buff *skb) crypto_reportstat_one() argument
112 struct crypto_user_alg *ualg; crypto_reportstat_alg() local
[all...]
H A Dcrypto_user_base.c100 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
102 memset(ualg, 0, sizeof(*ualg)); in crypto_report_one()
104 strscpy(ualg->cru_name, alg->cra_name, sizeof(ualg->cru_name)); in crypto_report_one()
105 strscpy(ualg->cru_driver_name, alg->cra_driver_name, in crypto_report_one()
106 sizeof(ualg->cru_driver_name)); in crypto_report_one()
107 strscpy(ualg->cru_module_name, module_name(alg->cra_module), in crypto_report_one()
108 sizeof(ualg->cru_module_name)); in crypto_report_one()
110 ualg in crypto_report_one()
99 crypto_report_one(struct crypto_alg *alg, struct crypto_user_alg *ualg, struct sk_buff *skb) crypto_report_one() argument
160 struct crypto_user_alg *ualg; crypto_report_alg() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dcrypto_user_base.c100 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
102 memset(ualg, 0, sizeof(*ualg)); in crypto_report_one()
104 strscpy(ualg->cru_name, alg->cra_name, sizeof(ualg->cru_name)); in crypto_report_one()
105 strscpy(ualg->cru_driver_name, alg->cra_driver_name, in crypto_report_one()
106 sizeof(ualg->cru_driver_name)); in crypto_report_one()
107 strscpy(ualg->cru_module_name, module_name(alg->cra_module), in crypto_report_one()
108 sizeof(ualg->cru_module_name)); in crypto_report_one()
110 ualg in crypto_report_one()
99 crypto_report_one(struct crypto_alg *alg, struct crypto_user_alg *ualg, struct sk_buff *skb) crypto_report_one() argument
160 struct crypto_user_alg *ualg; crypto_report_alg() local
[all...]
H A Dcrypto_user_stat.c179 struct crypto_user_alg *ualg, in crypto_reportstat_one()
182 memset(ualg, 0, sizeof(*ualg)); in crypto_reportstat_one()
184 strscpy(ualg->cru_name, alg->cra_name, sizeof(ualg->cru_name)); in crypto_reportstat_one()
185 strscpy(ualg->cru_driver_name, alg->cra_driver_name, in crypto_reportstat_one()
186 sizeof(ualg->cru_driver_name)); in crypto_reportstat_one()
187 strscpy(ualg->cru_module_name, module_name(alg->cra_module), in crypto_reportstat_one()
188 sizeof(ualg->cru_module_name)); in crypto_reportstat_one()
190 ualg in crypto_reportstat_one()
178 crypto_reportstat_one(struct crypto_alg *alg, struct crypto_user_alg *ualg, struct sk_buff *skb) crypto_reportstat_one() argument
271 struct crypto_user_alg *ualg; crypto_reportstat_alg() local
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_user.c297 struct xfrm_algo *p, *ualg; in attach_one_algo() local
303 ualg = nla_data(rta); in attach_one_algo()
305 algo = get_byname(ualg->alg_name, 1); in attach_one_algo()
310 p = kmemdup(ualg, xfrm_alg_len(ualg), GFP_KERNEL); in attach_one_algo()
321 struct xfrm_algo *p, *ualg; in attach_crypt() local
327 ualg = nla_data(rta); in attach_crypt()
329 algo = xfrm_ealg_get_byname(ualg->alg_name, 1); in attach_crypt()
334 p = kmemdup(ualg, xfrm_alg_len(ualg), GFP_KERNE in attach_crypt()
347 struct xfrm_algo *ualg; attach_auth() local
377 struct xfrm_algo_auth *p, *ualg; attach_auth_trunc() local
406 struct xfrm_algo_aead *p, *ualg; attach_aead() local
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_user.c371 struct xfrm_algo *p, *ualg; in attach_one_algo() local
377 ualg = nla_data(rta); in attach_one_algo()
379 algo = get_byname(ualg->alg_name, 1); in attach_one_algo()
386 p = kmemdup(ualg, xfrm_alg_len(ualg), GFP_KERNEL); in attach_one_algo()
398 struct xfrm_algo *p, *ualg; in attach_crypt() local
404 ualg = nla_data(rta); in attach_crypt()
406 algo = xfrm_ealg_get_byname(ualg->alg_name, 1); in attach_crypt()
413 p = kmemdup(ualg, xfrm_alg_len(ualg), GFP_KERNE in attach_crypt()
426 struct xfrm_algo *ualg; attach_auth() local
458 struct xfrm_algo_auth *p, *ualg; attach_auth_trunc() local
492 struct xfrm_algo_aead *p, *ualg; attach_aead() local
[all...]

Completed in 7 milliseconds