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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dgcm.c693 const char *ghash_name)
711 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type,
831 const char *ghash_name; local
839 ghash_name = crypto_attr_alg_name(tb[2]);
840 err = PTR_ERR(ghash_name);
841 if (IS_ERR(ghash_name))
845 ctr_name, ghash_name) >= CRYPTO_MAX_ALG_NAME)
848 return crypto_gcm_alloc_common(tb, full_name, ctr_name, ghash_name);
690 crypto_gcm_alloc_common(struct rtattr **tb, const char *full_name, const char *ctr_name, const char *ghash_name) argument

Completed in 63 milliseconds