Searched refs:ghash_name (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dgcm.c577 const char *ghash_name)
596 ghash_name, 0, mask);
674 const char *ghash_name; local
680 ghash_name = crypto_attr_alg_name(tb[2]);
681 if (IS_ERR(ghash_name))
682 return PTR_ERR(ghash_name);
684 return crypto_gcm_create_common(tmpl, tb, ctr_name, ghash_name);
574 crypto_gcm_create_common(struct crypto_template *tmpl, struct rtattr **tb, const char *ctr_name, const char *ghash_name) argument

Completed in 212 milliseconds