11.12.3.4.82. Function Se05x_API_DigestUpdate

11.12.3.4.82.1. Function Documentation

smStatus_t Se05x_API_DigestUpdate(pSe05xSession_t session_ctx, SE05x_CryptoObjectID_t cryptoObjectID, const uint8_t *inputData, size_t inputDataLen)

Se05x_API_DigestUpdate

Command to Applet

Field

Value

Description

CLA

0x80

INS

INS_CRYPTO

See SE05x_INS_t

P1

P1_DEFAULT

See SE05x_P1_t

P2

P2_UPDATE

See SE05x_P2_t

Lc

#(Payload)

TLV[TAG_2]

2-byte Crypto Object identifier

TLV[TAG_3]

Data to be hashed.

Le

R-APDU Body

NA

R-APDU Trailer

SW

Description

SW_NO_ERROR

The command is handled successfully.

Parameters
  • [in] session_ctx: Session Context [0:kSE05x_pSession]

  • [in] cryptoObjectID: cryptoObjectID [1:kSE05x_TAG_2]

  • [in] inputData: inputData [2:kSE05x_TAG_3]

  • [in] inputDataLen: Length of inputData