Searched refs:ciphertext_len (Results 1 – 1 of 1) sorted by relevance
174 unsigned int ciphertext_len; in __fscrypt_encrypt_symlink() local188 ciphertext_len = disk_link->len - sizeof(*sd); in __fscrypt_encrypt_symlink()189 sd->len = cpu_to_le16(ciphertext_len); in __fscrypt_encrypt_symlink()191 err = fname_encrypt(inode, &iname, sd->encrypted_path, ciphertext_len); in __fscrypt_encrypt_symlink()202 sd->encrypted_path[ciphertext_len] = '\0'; in __fscrypt_encrypt_symlink()