Searched refs:crypto_buf (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/crypto/
H A Dfname.c458 &fname->crypto_buf.len))
460 fname->crypto_buf.name = kmalloc(fname->crypto_buf.len,
462 if (!fname->crypto_buf.name)
465 ret = fscrypt_fname_encrypt(dir, iname, fname->crypto_buf.name,
466 fname->crypto_buf.len);
469 fname->disk_name.name = fname->crypto_buf.name;
470 fname->disk_name.len = fname->crypto_buf.len;
485 fname->crypto_buf.name = kmalloc(FSCRYPT_NOKEY_NAME_MAX, GFP_KERNEL);
486 if (fname->crypto_buf
[all...]
/linux-master/fs/ext4/
H A Dcrypto.c19 dst->crypto_buf = src->crypto_buf;
66 name.crypto_buf = fname->crypto_buf;
69 fname->crypto_buf.name = NULL;
H A Dnamei.c1499 f.crypto_buf = fname->crypto_buf;
H A Dext4.h2508 struct fscrypt_str crypto_buf; member in struct:ext4_filename
/linux-master/fs/f2fs/
H A Ddir.c85 fname->crypto_buf = crypt_name->crypto_buf;
142 kfree(fname->crypto_buf.name);
143 fname->crypto_buf.name = NULL;
247 f.crypto_buf = fname->crypto_buf;
H A Df2fs.h523 struct fscrypt_str crypto_buf; member in struct:f2fs_filename
/linux-master/include/linux/
H A Dfscrypt.h48 struct fscrypt_str crypto_buf; member in struct:fscrypt_name
403 kfree(fname->crypto_buf.name);

Completed in 273 milliseconds