Searched refs:hashname (Results 1 - 4 of 4) sorted by relevance

/linux-master/security/keys/
H A Dcompat_dh.c29 kdfcopy.hashname = compat_ptr(compat_kdfcopy.hashname);
H A Ddh.c67 static int kdf_alloc(struct crypto_shash **hash, char *hashname) argument
72 tfm = crypto_alloc_shash(hashname, 0, 0);
74 pr_info("could not allocate digest TFM handle %s\n", hashname);
150 char *hashname; local
164 hashname = strndup_user(kdfcopy->hashname, CRYPTO_MAX_ALG_NAME);
165 if (IS_ERR(hashname)) {
166 ret = PTR_ERR(hashname);
171 ret = kdf_alloc(&hash, hashname);
172 kfree(hashname);
[all...]
/linux-master/include/uapi/linux/
H A Dkeyctl.h87 char __user *hashname; member in struct:keyctl_kdf_params
/linux-master/include/linux/
H A Dcompat.h408 compat_uptr_t hashname; member in struct:compat_keyctl_kdf_params

Completed in 153 milliseconds