Searched refs:xctr_name (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/crypto/ |
D | hctr2.c | 406 const char *xctr_name, in hctr2_create_common() argument 431 xctr_name, 0, mask); in hctr2_create_common() 518 const char *xctr_name; in hctr2_create_base() local 521 xctr_name = crypto_attr_alg_name(tb[1]); in hctr2_create_base() 522 if (IS_ERR(xctr_name)) in hctr2_create_base() 523 return PTR_ERR(xctr_name); in hctr2_create_base() 529 return hctr2_create_common(tmpl, tb, xctr_name, polyval_name); in hctr2_create_base() 535 char xctr_name[CRYPTO_MAX_ALG_NAME]; in hctr2_create() local 541 if (snprintf(xctr_name, CRYPTO_MAX_ALG_NAME, "xctr(%s)", in hctr2_create() 545 return hctr2_create_common(tmpl, tb, xctr_name, "polyval"); in hctr2_create()
|