Searched refs:poly_name (Results 1 – 1 of 1) sorted by relevance
571 const char *chacha_name, *poly_name; in chachapoly_create() local587 poly_name = crypto_attr_alg_name(tb[2]); in chachapoly_create()588 if (IS_ERR(poly_name)) in chachapoly_create()589 return PTR_ERR(poly_name); in chachapoly_create()591 poly = crypto_find_alg(poly_name, &crypto_ahash_type, in chachapoly_create()