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

/linux-4.1.27/crypto/
H A Dgcm.c700 const char *ghash_name) crypto_gcm_alloc_common()
717 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, crypto_gcm_alloc_common()
833 const char *ghash_name; crypto_gcm_base_alloc() local
840 ghash_name = crypto_attr_alg_name(tb[2]); crypto_gcm_base_alloc()
841 if (IS_ERR(ghash_name)) crypto_gcm_base_alloc()
842 return ERR_CAST(ghash_name); crypto_gcm_base_alloc()
845 ctr_name, ghash_name) >= CRYPTO_MAX_ALG_NAME) crypto_gcm_base_alloc()
848 return crypto_gcm_alloc_common(tb, full_name, ctr_name, ghash_name); crypto_gcm_base_alloc()
697 crypto_gcm_alloc_common(struct rtattr **tb, const char *full_name, const char *ctr_name, const char *ghash_name) crypto_gcm_alloc_common() argument

Completed in 75 milliseconds