Searched refs:poly_name (Results 1 – 1 of 1) sorted by relevance
578 const char *chacha_name, *poly_name; in chachapoly_create() local594 poly_name = crypto_attr_alg_name(tb[2]); in chachapoly_create()595 if (IS_ERR(poly_name)) in chachapoly_create()596 return PTR_ERR(poly_name); in chachapoly_create()598 poly = crypto_find_alg(poly_name, &crypto_ahash_type, in chachapoly_create()637 poly_name) >= CRYPTO_MAX_ALG_NAME) in chachapoly_create()