Searched refs:ghash_name (Results 1 – 1 of 1) sorted by relevance
700 const char *ghash_name) in crypto_gcm_alloc_common() argument717 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, in crypto_gcm_alloc_common()833 const char *ghash_name; in crypto_gcm_base_alloc() local840 ghash_name = crypto_attr_alg_name(tb[2]); in crypto_gcm_base_alloc()841 if (IS_ERR(ghash_name)) in crypto_gcm_base_alloc()842 return ERR_CAST(ghash_name); in crypto_gcm_base_alloc()845 ctr_name, ghash_name) >= CRYPTO_MAX_ALG_NAME) in crypto_gcm_base_alloc()848 return crypto_gcm_alloc_common(tb, full_name, ctr_name, ghash_name); in crypto_gcm_base_alloc()