Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Dencryptedfs_provisioning.c48 int get_binary_file_contents(char *buffer, int buf_size, const char *file_name, int *out_size) in get_binary_file_contents() function
204 result = get_binary_file_contents(encrypted_fs_data->key, ENCRYPTED_FS_KEY_SIZE, in read_encrypted_fs_info()
211 result = get_binary_file_contents(encrypted_fs_data->salt, ENCRYPTED_FS_SALT_SIZE, in read_encrypted_fs_info()
218 result = get_binary_file_contents(encrypted_fs_data->hash, ENCRYPTED_FS_MAX_HASH_SIZE, in read_encrypted_fs_info()
225 result = get_binary_file_contents(encrypted_fs_data->entropy, ENTROPY_MAX_SIZE, in read_encrypted_fs_info()