Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Dencryptedfs_provisioning.c74 int set_binary_file_contents(char *buffer, int buf_size, const char *file_name) in set_binary_file_contents() function
251 result = set_binary_file_contents(encrypted_fs_data->key, ENCRYPTED_FS_KEY_SIZE, in restore_encrypted_fs_info()
258 result = set_binary_file_contents(encrypted_fs_data->salt, encrypted_fs_data->salt_length, in restore_encrypted_fs_info()
265 result = set_binary_file_contents(encrypted_fs_data->hash, encrypted_fs_data->hash_length, in restore_encrypted_fs_info()
272 result = set_binary_file_contents(encrypted_fs_data->entropy, encrypted_fs_data->entropy_length, in restore_encrypted_fs_info()