Searched refs:hashname (Results 1 – 5 of 5) sorted by relevance
83 static int kdf_alloc(struct crypto_shash **hash, char *hashname) in kdf_alloc() argument88 tfm = crypto_alloc_shash(hashname, 0, 0); in kdf_alloc()90 pr_info("could not allocate digest TFM handle %s\n", hashname); in kdf_alloc()166 char *hashname; in __keyctl_dh_compute() local180 hashname = strndup_user(kdfcopy->hashname, CRYPTO_MAX_ALG_NAME); in __keyctl_dh_compute()181 if (IS_ERR(hashname)) { in __keyctl_dh_compute()182 ret = PTR_ERR(hashname); in __keyctl_dh_compute()187 ret = kdf_alloc(&hash, hashname); in __keyctl_dh_compute()188 kfree(hashname); in __keyctl_dh_compute()
29 kdfcopy.hashname = compat_ptr(compat_kdfcopy.hashname); in compat_keyctl_dh_compute()
87 char __user *hashname; member
410 compat_uptr_t hashname; member
870 - ``char *hashname`` specifies the NUL terminated string identifying