Home
last modified time | relevance | path

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

/crypto/
Dhctr2.c408 const char *polyval_name) in hctr2_create_common() argument
464 polyval_name, 0, mask); in hctr2_create_common()
521 const char *polyval_name; in hctr2_create_base() local
527 polyval_name = crypto_attr_alg_name(tb[2]); in hctr2_create_base()
528 if (IS_ERR(polyval_name)) in hctr2_create_base()
529 return PTR_ERR(polyval_name); in hctr2_create_base()
531 return hctr2_create_common(tmpl, tb, xctr_name, polyval_name); in hctr2_create_base()