Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ext4/
H A Dcrypto.c99 if (uuid_is_zero(sbi->s_es->s_encrypt_pw_salt)) { in ext4_ioctl_get_encryption_pwsalt()
113 generate_random_uuid(sbi->s_es->s_encrypt_pw_salt); in ext4_ioctl_get_encryption_pwsalt()
127 if (copy_to_user(arg, sbi->s_es->s_encrypt_pw_salt, 16)) in ext4_ioctl_get_encryption_pwsalt()
H A Dext4.h1401 __u8 s_encrypt_pw_salt[16]; /* Salt used for string2key algorithm */ member
/kernel/linux/linux-5.10/fs/ext4/
H A Dioctl.c1157 if (uuid_is_zero(sbi->s_es->s_encrypt_pw_salt)) { in __ext4_ioctl()
1170 generate_random_uuid(sbi->s_es->s_encrypt_pw_salt); in __ext4_ioctl()
1185 sbi->s_es->s_encrypt_pw_salt, 16)) in __ext4_ioctl()
H A Dext4.h1402 __u8 s_encrypt_pw_salt[16]; /* Salt used for string2key algorithm */ member

Completed in 16 milliseconds