AAL2ProcChangeStaticPasswordRpl

Prev Next

Function prototype

aat_int32 AAL2ProcChangeStaticPasswordRpl(
                                          aat_byte         *InReply,
                                          aat_int32         ReplySize,
                                          TDigipassBlob    *DPData);

Description

This function processes a reply from the HSM to a command generated either with AAL2GenChangeStaticPasswordCmd or AAL2GenChangeStaticPasswordCmdEx.

The Digipass static PIN management on the HSM is identical to the functionality available with the Authentication Suite Server SDK Software Digipass Management Service. For information on the associated functions, refer to the Authentication Suite Server SDK C-C++ Programmer's Guide.

Parameters

  Table: Parameters (AAL2ProcChangeStaticPasswordRpl)
TypeNameUseDescription
aat_byte *InReplyI

Up to 206 bytes that contain the CHANGE STATIC PASSWORD command type and the output data from the change static password function on the HSM:

  • Command type - 2 bytes
  • An authenticator application BLOB - 192 bytes
  • Return code - 4 bytes

Plus 8 bytes for Authentication Suite Server SDK internal use.

aat_int32ReplySizeIThe length of the InReply message.
TDigipassBlob *DPDataO

authenticator application BLOB. Upon return from the function call, this BLOB must be rewritten to the application database to reflect changes.

Return codes

  Table: Return codes (AAL2ProcChangeStaticPasswordRpl)
CodeMeaningCodeMeaning
0Success910Invalid command type in reply
272Invalid wrapped key912HSM invalid BLOB status
412Invalid checksum (software)913Invalid HSM key property
413Invalid Base64 format951Invalid HSM key type for HSM decryption
414Invalid checksum (HSM)1009Invalid TLV total length
510Invalid Digipass data pointer1018Invalid TLV item pointer
701Invalid input buffer pointer1019Missing mandatory TLV item
801Static password not supported1025Data buffer too small
803New password too short1103Unlock Version 2 not supported
804New password too long1118Unsupported BLOB
805Password not equal