Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dhooks.c191 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()
252 cstr.name = (unsigned char *)sd->encrypted_path; in fscrypt_get_symlink()
Dfscrypt_private.h51 char encrypted_path[1]; member