Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c157 enum remoteproc_sign_type sign_type; member
203 .sign_type = RPROC_RSASSA_PKCS1_v1_5_SHA256,
208 .sign_type = RPROC_ECDSA_SHA256,
297 static const struct remoteproc_sig_algo *remoteproc_get_algo(uint32_t sign_type) in remoteproc_get_algo() argument
302 if (sign_type == rproc_ta_sign_algo[i].sign_type) in remoteproc_get_algo()
/optee_os/scripts/
H A Dsign_rproc_fw.py388 sign_type = ENUM_SIGNATURE_TYPE[args.key_type]
389 get_key = key_type.get(sign_type, lambda: "Invalid sign type")
397 tlv.add('SIGNTYPE', sign_type.to_bytes(1, 'little'))