Lines Matching refs:bob

257 // We then create a second key called bob. The second key bob is used to rotate the
260 // Create private key bob in pem format
262 name: "com.android.apex.rotation.key.bob.pem",
263 out: ["bob.pem"],
267 // Converts bob's private key to pk8 format
269 name: "com.android.apex.rotation.key.bob.pk8",
270 srcs: [":com.android.apex.rotation.key.bob.pem"],
271 out: ["bob.pk8"],
275 // Extract bob's public key from its private key
277 name: "com.android.apex.rotation.key.bob.x509.pem",
278 srcs: [":com.android.apex.rotation.key.bob.pem"],
279 out: ["bob.x509.pem"],
283 // Create lineage file for rotating alice to bob
285 name: "com.android.apex.rotation.key.bob.rot",
289 ":com.android.apex.rotation.key.bob.pk8",
290 ":com.android.apex.rotation.key.bob.x509.pem",
292 out: ["bob.rot"],
294 …key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotatio…
297 // Create lineage file for rotating alice to bob with rollback capability
299 name: "com.android.apex.rotation.key.bob.rot.rollback",
303 ":com.android.apex.rotation.key.bob.pk8",
304 ":com.android.apex.rotation.key.bob.x509.pem",
306 out: ["bob.rot"],
308 …key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotatio…
311 // v2 cts shim package signed by bob, without lineage
318 ":com.android.apex.rotation.key.bob.x509.pem",
319 ":com.android.apex.rotation.key.bob.pk8",
325 …key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotatio…
328 // v2 cts shim package signed by bob + lineage
335 ":com.android.apex.rotation.key.bob.x509.pem",
336 ":com.android.apex.rotation.key.bob.pk8",
337 ":com.android.apex.rotation.key.bob.rot",
343 …rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pem) --lineage $(l…
346 // v2 cts shim package signed by bob + lineage + rollback capability
353 ":com.android.apex.rotation.key.bob.x509.pem",
354 ":com.android.apex.rotation.key.bob.pk8",
355 ":com.android.apex.rotation.key.bob.rot.rollback",
361 …rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pem) --lineage $(l…
364 // v3 cts shim package signed by bob
371 ":com.android.apex.rotation.key.bob.x509.pem",
372 ":com.android.apex.rotation.key.bob.pk8",
378 …key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotatio…
381 // v3 cts shim package signed by bob + lineage
388 ":com.android.apex.rotation.key.bob.x509.pem",
389 ":com.android.apex.rotation.key.bob.pk8",
390 ":com.android.apex.rotation.key.bob.rot",
396 …rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pem) --lineage $(l…