Searched refs:xctr_name (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/crypto/ |
D | hctr2.c | 406 const char *xctr_name, in hctr2_create_common() argument 431 xctr_name, 0, mask); in hctr2_create_common() 519 const char *xctr_name; in hctr2_create_base() local 522 xctr_name = crypto_attr_alg_name(tb[1]); in hctr2_create_base() 523 if (IS_ERR(xctr_name)) in hctr2_create_base() 524 return PTR_ERR(xctr_name); in hctr2_create_base() 530 return hctr2_create_common(tmpl, tb, xctr_name, polyval_name); in hctr2_create_base() 536 char xctr_name[CRYPTO_MAX_ALG_NAME]; in hctr2_create() local 542 if (snprintf(xctr_name, CRYPTO_MAX_ALG_NAME, "xctr(%s)", in hctr2_create() 546 return hctr2_create_common(tmpl, tb, xctr_name, "polyval"); in hctr2_create()
|