Searched refs:poly_name (Results 1 – 1 of 1) sorted by relevance
586 const char *chacha_name, *poly_name; in chachapoly_create() local602 poly_name = crypto_attr_alg_name(tb[2]); in chachapoly_create()603 if (IS_ERR(poly_name)) in chachapoly_create()604 return PTR_ERR(poly_name); in chachapoly_create()606 poly = crypto_find_alg(poly_name, &crypto_ahash_type, in chachapoly_create()651 poly_name) >= CRYPTO_MAX_ALG_NAME) in chachapoly_create()