Searched refs:ciphertext_len (Results 1 – 1 of 1) sorted by relevance
291 unsigned int ciphertext_len; in __fscrypt_encrypt_symlink() local309 ciphertext_len = disk_link->len - sizeof(*sd) - 1; in __fscrypt_encrypt_symlink()310 sd->len = cpu_to_le16(ciphertext_len); in __fscrypt_encrypt_symlink()313 ciphertext_len); in __fscrypt_encrypt_symlink()322 sd->encrypted_path[ciphertext_len] = '\0'; in __fscrypt_encrypt_symlink()
Completed in 4 milliseconds