HomeSort by relevance Sort by last modified time
    Searched refs:ExtractAvbPublicKey (Results 1 - 4 of 4) sorted by null

  /build/make/tools/releasetools/
test_common.py 581 with open(common.ExtractAvbPublicKey(privkey)) as privkey_fp, \
582 open(common.ExtractAvbPublicKey(pubkey)) as pubkey_fp:
    [all...]
sign_target_files_apks 545 public_key = common.ExtractAvbPublicKey(signing_key)
    [all...]
sign_target_files_apks.py 545 public_key = common.ExtractAvbPublicKey(signing_key)
    [all...]
common.py 563 pubkey_path = ExtractAvbPublicKey(key)
    [all...]

Completed in 110 milliseconds