9.13.3.4.63. Function Se05x_API_ReadRSA_W_Attst¶
Defined in File se05x_APDU_apis.h
9.13.3.4.63.1. Function Documentation¶
-
smStatus_t
Se05x_API_ReadRSA_W_Attst(pSe05xSession_t session_ctx, uint32_t objectID, uint16_t offset, uint16_t length, SE05x_RSAPubKeyComp_t rsa_key_comp, uint32_t attestID, SE05x_AttestationAlgo_t attestAlgo, const uint8_t *random, size_t randomLen, uint8_t *data, size_t *pdataLen, uint8_t *attribute, size_t *pattributeLen, SE05x_TimeStamp_t *ptimeStamp, uint8_t *outrandom, size_t *poutrandomLen, uint8_t *chipId, size_t *pchipIdLen, uint8_t *signature, size_t *psignatureLen)¶ Se05x_API_ReadRSA_W_Attst
See Se05x_API_ReadObject_W_Attst
- Return
The sm status.
- Parameters
[in] session_ctx: The session context[in] objectID: The object id[in] offset: The offset[in] length: The length[in] rsa_key_comp: The rsa key component[in] attestID: The attest id[in] attestAlgo: The attest algorithm[in] random: The random[in] randomLen: The random lengthdata: The datapdataLen: The pdata lengthattribute: The attributepattributeLen: The pattribute lengthptimeStamp: The ptime stampoutrandom: The outrandompoutrandomLen: The poutrandom lengthchipId: The chip identifierpchipIdLen: The pchip identifier lengthsignature: The signaturepsignatureLen: The psignature length
