Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dhctr2.c407 const char *polyval_name) in hctr2_create_common() argument
463 polyval_name, 0, mask); in hctr2_create_common()
519 const char *polyval_name; in hctr2_create_base() local
525 polyval_name = crypto_attr_alg_name(tb[2]); in hctr2_create_base()
526 if (IS_ERR(polyval_name)) in hctr2_create_base()
527 return PTR_ERR(polyval_name); in hctr2_create_base()
529 return hctr2_create_common(tmpl, tb, xctr_name, polyval_name); in hctr2_create_base()