Home
last modified time | relevance | path

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

/linux/crypto/
H A Dhctr2.c326 const char *xctr_name) in hctr2_create_common() argument
349 xctr_name, 0, mask); in hctr2_create_common()
417 const char *xctr_name; in hctr2_create_base() local
420 xctr_name = crypto_attr_alg_name(tb[1]); in hctr2_create_base()
421 if (IS_ERR(xctr_name)) in hctr2_create_base()
422 return PTR_ERR(xctr_name); in hctr2_create_base()
431 return hctr2_create_common(tmpl, tb, xctr_name); in hctr2_create_base()
437 char xctr_name[CRYPTO_MAX_ALG_NAME]; in hctr2_create() local
443 if (snprintf(xctr_name, CRYPTO_MAX_ALG_NAME, "xctr(%s)", in hctr2_create()
447 return hctr2_create_common(tmpl, tb, xctr_name); in hctr2_create()