Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/
H A 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()
H A Dcompat_dh.c29 kdfcopy.hashname = compat_ptr(compat_kdfcopy.hashname); in compat_keyctl_dh_compute()
/OK3568_Linux_fs/buildroot/utils/
H A Dscancpan724 my $hashname = $dirname . q{/} . $fsname . q{.hash};
799 if ($force || !-f $hashname) {
803 say qq{write ${hashname}} unless $quiet;
804 open my $fh, q{>}, $hashname;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkeyctl.h84 char *hashname; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkeyctl.h84 char *hashname; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkeyctl.h87 char __user *hashname; member
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dstaging.bbclass573 hashname = targetdir + dest
574 if not hashname.endswith("/"):
575 if hashname in fileset:
576 … bb.fatal("The file %s is installed by both %s and %s, aborting" % (dest, c, fileset[hashname]))
578 fileset[hashname] = c
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h378 compat_uptr_t hashname; member
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dcore.rst870 - ``char *hashname`` specifies the NUL terminated string identifying