Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/imgtool/
Dimage.py193 def key_and_user_sha_to_alg_and_tlv(key, user_sha): argument
203 return USER_SHA_TO_ALG_AND_TLV[user_sha]
212 if user_sha == 'auto':
215 if user_sha in allowed:
216 return USER_SHA_TO_ALG_AND_TLV[user_sha]
219 .format(key.sig_type(), user_sha, allowed))
450 fixed_sig=None, pub_key=None, vector_to_sign=None, user_sha='auto'): argument
455 hash_algorithm, hash_tlv = key_and_user_sha_to_alg_and_tlv(check_key, user_sha)
Dmain.py444 clear, fix_sig, fix_sig_pubkey, sig_out, user_sha, vector_to_sign, argument
514 baked_signature, pub_key, vector_to_sign, user_sha)