Home
last modified time | relevance | path

Searched defs:fscrypt (Results 1 – 1 of 1) sorted by relevance

/system/ulib/ftl/inc/kprivate/
A Dfsprivate.h439 struct fscrypt { struct
441 void (*delete)(FSCrypt** fs_crypt);
442 int (*decr)(const FSCrypt* fs_crypt, ui8* data, ui32 vpn, int n);
446 ui32 (*ram_use)(const FSCrypt* fs_crypt);
448 ui32 page_sz; // FS read/write page size
449 ui32 buf_pgs; // encryption buffer size in pages
450 ui8* buf; // encryption buffer
451 void* crypt; // encryption/decryption engine
452 void* fs_vol; // parameter passed to FS driver functions
455 int (*fs_wr)(const void* buf, ui32 frst, int n, void* fs_vol);
[all …]

Completed in 6 milliseconds