Lines Matching refs:keyid
80 with keyid of the cert pointed by <path_to_X509_PEM_cert_file>.
277 # Skip verity keyid (for system_root_image use) if we will replace it.
312 # Replace the keyid string in META/misc_info.txt.
328 # Replace the keyid string in BOOT/cmdline.
555 # extract keyid using openssl command
557 keyid, stderr = p.communicate()
558 keyid = re.search(r'keyid:([0-9a-fA-F:]*)', keyid).group(1).replace(':', '').lower()
559 print "Replacing verity keyid with %s error=%s" % (keyid, stderr)
560 out_cmdline.append("veritykeyid=id:%s" % (keyid,))