Searched refs:xctr_name (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | hctr2.c | 407 const char *xctr_name, in hctr2_create_common() argument 432 xctr_name, 0, mask); in hctr2_create_common() 520 const char *xctr_name; in hctr2_create_base() local 523 xctr_name = crypto_attr_alg_name(tb[1]); in hctr2_create_base() 524 if (IS_ERR(xctr_name)) in hctr2_create_base() 525 return PTR_ERR(xctr_name); in hctr2_create_base() 531 return hctr2_create_common(tmpl, tb, xctr_name, polyval_name); in hctr2_create_base() 537 char xctr_name[CRYPTO_MAX_ALG_NAME]; in hctr2_create() local 543 if (snprintf(xctr_name, CRYPTO_MAX_ALG_NAME, "xctr(%s)", in hctr2_create() 547 return hctr2_create_common(tmpl, tb, xctr_name, "polyval"); in hctr2_create()
|