Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/crypto/
H A Dhctr2.c407 const char *polyval_name) in hctr2_create_common()
463 polyval_name, 0, mask); in hctr2_create_common()
520 const char *polyval_name; in hctr2_create_base() local
526 polyval_name = crypto_attr_alg_name(tb[2]); in hctr2_create_base()
527 if (IS_ERR(polyval_name)) in hctr2_create_base()
528 return PTR_ERR(polyval_name); in hctr2_create_base()
530 return hctr2_create_common(tmpl, tb, xctr_name, polyval_name); in hctr2_create_base()
551 /* hctr2_base(xctr_name, polyval_name) */
404 hctr2_create_common(struct crypto_template *tmpl, struct rtattr **tb, const char *xctr_name, const char *polyval_name) hctr2_create_common() argument

Completed in 2 milliseconds