Searched refs:ghash_name (Results 1 – 1 of 1) sorted by relevance
585 const char *ghash_name) in crypto_gcm_create_common() argument602 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, in crypto_gcm_create_common()712 const char *ghash_name; in crypto_gcm_base_create() local718 ghash_name = crypto_attr_alg_name(tb[2]); in crypto_gcm_base_create()719 if (IS_ERR(ghash_name)) in crypto_gcm_base_create()720 return PTR_ERR(ghash_name); in crypto_gcm_base_create()722 return crypto_gcm_create_common(tmpl, tb, ctr_name, ghash_name); in crypto_gcm_base_create()