Lines Matching refs:key
359 key = options['verity_key']
360 if key is None:
361 key = info_dict['avb_vbmeta_key_path']
404 image, key, stdoutdata)
407 'Verified %s with avbtool (key: %s):\n%s', image, key,
414 key = info_dict['avb_recovery_key_path']
416 '--key', key]
421 image, key, stdoutdata)
423 'Verified %s with avbtool (key: %s):\n%s', image, key,
431 key, value = line.split("=", 1)
432 if key in build_prop:
433 return key
434 build_prop[key] = value