Home
last modified time | relevance | path

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

/system/apex/shim/build/
DAndroid.bp392 name: "com.android.apex.rotation.key.bob.rot",
399 out: ["bob.rot"],
406 name: "com.android.apex.rotation.key.bob.rot.rollback",
413 out: ["bob.rot"],
444 ":com.android.apex.rotation.key.bob.rot",
450 ….key.bob.x509.pem) --lineage $(location :com.android.apex.rotation.key.bob.rot) --out $(out) $(loc…
462 ":com.android.apex.rotation.key.bob.rot.rollback",
468 ….key.bob.x509.pem) --lineage $(location :com.android.apex.rotation.key.bob.rot.rollback) --out $(o…
497 ":com.android.apex.rotation.key.bob.rot",
503 ….key.bob.x509.pem) --lineage $(location :com.android.apex.rotation.key.bob.rot) --out $(out) $(loc…
/system/keymaster/km_openssl/
Dattestation_record.cpp1288 KM_ROOT_OF_TRUST* rot = record->root_of_trust; in extract_auth_list() local
1289 if (!rot->verified_boot_key) return KM_ERROR_INVALID_KEY_BLOB; in extract_auth_list()