Searched refs:crypto_buf (Results 1 – 5 of 5) sorted by relevance
362 &fname->crypto_buf.len)) in fscrypt_setup_filename()364 fname->crypto_buf.name = kmalloc(fname->crypto_buf.len, in fscrypt_setup_filename()366 if (!fname->crypto_buf.name) in fscrypt_setup_filename()369 ret = fscrypt_fname_encrypt(dir, iname, fname->crypto_buf.name, in fscrypt_setup_filename()370 fname->crypto_buf.len); in fscrypt_setup_filename()373 fname->disk_name.name = fname->crypto_buf.name; in fscrypt_setup_filename()374 fname->disk_name.len = fname->crypto_buf.len; in fscrypt_setup_filename()389 fname->crypto_buf.name = kmalloc(FSCRYPT_NOKEY_NAME_MAX, GFP_KERNEL); in fscrypt_setup_filename()390 if (fname->crypto_buf.name == NULL) in fscrypt_setup_filename()394 fname->crypto_buf.name, false, BASE64_URLSAFE); in fscrypt_setup_filename()[all …]
19 dst->crypto_buf = src->crypto_buf; in ext4_fname_from_fscrypt_name()63 name.crypto_buf = fname->crypto_buf; in ext4_fname_free_filename()66 fname->crypto_buf.name = NULL; in ext4_fname_free_filename()
114 fname->crypto_buf = crypt_name->crypto_buf; in __f2fs_setup_filename()171 kfree(fname->crypto_buf.name); in f2fs_free_filename()172 fname->crypto_buf.name = NULL; in f2fs_free_filename()221 f.crypto_buf = fname->crypto_buf; in f2fs_match_name()
603 struct fscrypt_str crypto_buf; member
48 struct fscrypt_str crypto_buf; member437 kfree(fname->crypto_buf.name); in fscrypt_free_filename()