Home
last modified time | relevance | path

Searched refs:HMAC_STATE (Results 1 – 13 of 13) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptSmac.c84 HMAC_STATE *state, in CryptMacStart()
90 MemorySet(state, 0, sizeof(HMAC_STATE)); in CryptMacStart()
107 HMAC_STATE *state, in CryptMacEnd()
126 HMAC_STATE *state, in CryptMacEnd2B()
DCryptHash.c222 const HMAC_STATE *hIn = (HMAC_STATE *)in; in CryptHashCopyState()
223 HMAC_STATE *hOut = (HMAC_STATE *)out; in CryptHashCopyState()
260 HMAC_STATE *from = (HMAC_STATE *)internalFmt; in CryptHashExportState()
261 memcpy(&outBuf[offsetof(HMAC_STATE, hmacKey)], &from->hmacKey, in CryptHashExportState()
302 HMAC_STATE *to = (HMAC_STATE *)internalFmt; in CryptHashImportState()
303 memcpy(&to->hmacKey, &inBuf[offsetof(HMAC_STATE, hmacKey)], in CryptHashImportState()
746 HMAC_STATE hState; in CryptKDFa()
DTicket.c96 HMAC_STATE hmacState; in TicketComputeVerified()
150 HMAC_STATE hmacState; in TicketComputeAuth()
209 HMAC_STATE hmacState; in TicketComputeHashCheck()
254 HMAC_STATE hmacState; in TicketComputeCreation()
DCryptUtil.c60 HMAC_STATE hmacState; in CryptHmacSign()
969 HMAC_STATE hmacState; in CryptComputeSymmetricUnique()
DAlgorithmTests.c93 static HMAC_STATE state; in TestHash()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptSmac_fp.h60 HMAC_STATE *state,
70 HMAC_STATE *state,
79 HMAC_STATE *state,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Symmetric/
DMAC.c56 HMAC_STATE state; in TPM2_MAC()
DHMAC.c55 HMAC_STATE hmacState; in TPM2_HMAC()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/
DContext_spt.c143 HMAC_STATE hmacState; in ComputeContextIntegrity()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptHash.h319 } HMAC_STATE, *PHMAC_STATE; typedef
DGlobal.h231 HMAC_STATE hmacState;
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c823 HMAC_STATE hmacState; in ComputeCommandHMAC()
1973 HMAC_STATE hmacState; in ComputeResponseHMAC()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c182 HMAC_STATE hmacState; in ComputeOuterIntegrity()