Lines Matching full:keymaster
123 SLOGI("keymaster module name is %s", mod->name);
124 SLOGI("keymaster version is %d", mod->module_api_version);
137 ALOGE("could not open keymaster device in %s (%s)",
150 /* Should we use keymaster? */
158 SLOGE("Failed to init keymaster");
196 /* Create a new keymaster key and store it in this footer */
209 SLOGE("Failed to init keymaster");
271 SLOGE("Keymaster key too large for crypto footer");
288 /* This signs the given object using the keymaster key. */
299 SLOGE("Failed to init keymaster");
372 SLOGE("Error starting keymaster signature transaction: %d", error);
383 SLOGE("Error sending data to keymaster signature transaction: %d", error);
388 // This should never happen. If it does, it's a bug in the keymaster implementation.
389 SLOGE("Keymaster update() did not consume all data.");
400 SLOGE("Error finishing keymaster signature transaction: %d", error);
1290 SLOGI("Using scrypt with keymaster for cryptfs KDF");