Home
last modified time | relevance | path

Searched refs:ciphertext_len (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/crypto/
Dhooks.c174 unsigned int ciphertext_len; in __fscrypt_encrypt_symlink() local
188 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()