Searched refs:hashname (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | dh.c | 87 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 D | compat_dh.c | 29 kdfcopy.hashname = compat_ptr(compat_kdfcopy.hashname); in compat_keyctl_dh_compute()
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scancpan | 724 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 D | keyctl.h | 84 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 D | keyctl.h | 84 char *hashname; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | keyctl.h | 87 char __user *hashname; member
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | staging.bbclass | 573 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 D | compat.h | 378 compat_uptr_t hashname; member
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | core.rst | 870 - ``char *hashname`` specifies the NUL terminated string identifying
|