Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dgcm.c579 const char *ghash_name) in crypto_gcm_create_common()
598 ghash_name, 0, mask); in crypto_gcm_create_common()
678 const char *ghash_name; in crypto_gcm_base_create() local
684 ghash_name = crypto_attr_alg_name(tb[2]); in crypto_gcm_base_create()
685 if (IS_ERR(ghash_name)) in crypto_gcm_base_create()
686 return PTR_ERR(ghash_name); in crypto_gcm_base_create()
688 return crypto_gcm_create_common(tmpl, tb, ctr_name, ghash_name); in crypto_gcm_base_create()
576 crypto_gcm_create_common(struct crypto_template *tmpl, struct rtattr **tb, const char *ctr_name, const char *ghash_name) crypto_gcm_create_common() argument
/kernel/linux/linux-6.6/crypto/
H A Dgcm.c577 const char *ghash_name) in crypto_gcm_create_common()
596 ghash_name, 0, mask); in crypto_gcm_create_common()
676 const char *ghash_name; in crypto_gcm_base_create() local
682 ghash_name = crypto_attr_alg_name(tb[2]); in crypto_gcm_base_create()
683 if (IS_ERR(ghash_name)) in crypto_gcm_base_create()
684 return PTR_ERR(ghash_name); in crypto_gcm_base_create()
686 return crypto_gcm_create_common(tmpl, tb, ctr_name, ghash_name); in crypto_gcm_base_create()
574 crypto_gcm_create_common(struct crypto_template *tmpl, struct rtattr **tb, const char *ctr_name, const char *ghash_name) crypto_gcm_create_common() argument

Completed in 5 milliseconds