Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h86 #define KEYMASTER_BLOB_SIZE 2048 macro
137 __le8 keymaster_blob[KEYMASTER_BLOB_SIZE];
Dcryptfs.cpp119 KEYMASTER_CRYPTFS_RATE_LIMIT, ftr->keymaster_blob, KEYMASTER_BLOB_SIZE, in keymaster_create_key()
122 if (ftr->keymaster_blob_size > KEYMASTER_BLOB_SIZE) { in keymaster_create_key()