Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Dencryptedfs_provisioning.h28 #define ENCRYPTED_FS_KEY_SIZE 16 macro
35 char key[ENCRYPTED_FS_KEY_SIZE];
H A Dencryptedfs_provisioning.c204 result = get_binary_file_contents(encrypted_fs_data->key, ENCRYPTED_FS_KEY_SIZE, in read_encrypted_fs_info()
251 result = set_binary_file_contents(encrypted_fs_data->key, ENCRYPTED_FS_KEY_SIZE, in restore_encrypted_fs_info()