Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp146 #define __le8 unsigned char macro
189 __le8 kdf_type; /* The key derivation function used. */
192 __le8 N_factor; /* (1 << N) */
193 __le8 r_factor; /* (1 << r) */
194 __le8 p_factor; /* (1 << p) */
198 __le8 hash_first_block[SHA256_DIGEST_LENGTH]; /* When CRYPT_ENCRYPTION_IN_PROGRESS
206 __le8 keymaster_blob[KEYMASTER_BLOB_SIZE];
2056 static int cryptfs_SHA256_fileblock(const char* filename, __le8* buf) { in cryptfs_SHA256_fileblock()
2332 __le8 hash_first_block[SHA256_DIGEST_LENGTH]; in cryptfs_enable_internal()