Home
last modified time | relevance | path

Searched refs:hashname (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/security/keys/
Ddh.c87 static int kdf_alloc(struct kdf_sdesc **sdesc_ret, char *hashname) in kdf_alloc() argument
95 tfm = crypto_alloc_shash(hashname, 0, 0); in kdf_alloc()
97 pr_info("could not allocate digest TFM handle %s\n", hashname); in kdf_alloc()
255 char *hashname; in __keyctl_dh_compute() local
269 hashname = strndup_user(kdfcopy->hashname, CRYPTO_MAX_ALG_NAME); in __keyctl_dh_compute()
270 if (IS_ERR(hashname)) { in __keyctl_dh_compute()
271 ret = PTR_ERR(hashname); in __keyctl_dh_compute()
276 ret = kdf_alloc(&sdesc, hashname); in __keyctl_dh_compute()
277 kfree(hashname); in __keyctl_dh_compute()
Dcompat_dh.c29 kdfcopy.hashname = compat_ptr(compat_kdfcopy.hashname); in compat_keyctl_dh_compute()
/Linux-v5.15/include/uapi/linux/
Dkeyctl.h87 char __user *hashname; member
/Linux-v5.15/include/linux/
Dcompat.h378 compat_uptr_t hashname; member
/Linux-v5.15/Documentation/security/keys/
Dcore.rst870 - ``char *hashname`` specifies the NUL terminated string identifying