Home
last modified time | relevance | path

Searched refs:CPRI_HASH_STATE (Results 1 – 9 of 9) sorted by relevance

/external/tpm2/
DCpriHash_fp.h11 _cpri__CompleteHash(CPRI_HASH_STATE *hashState, // IN: the state of hash stack
16 _cpri__CopyHashState(CPRI_HASH_STATE *out, // OUT: destination of the state
17 CPRI_HASH_STATE *in // IN: source of the state
66 CPRI_HASH_STATE *state, // IN/OUT: the state buffer
74 CPRI_HASH_STATE *hashState // OUT: the state of hash stack.
77 CPRI_HASH_STATE *hashState, // IN: the hash context information
84 CPRI_HASH_STATE *hashState, // IN: the state of hash stack
90 _cpri__GetContextAlg(CPRI_HASH_STATE *hashState // IN: the hash context
98 CPRI_HASH_STATE *
DCpriHash.c162 CPRI_HASH_STATE *cpriState = NULL; in _cpri__HashStartup()
258 CPRI_HASH_STATE *hashState // IN: the hash context in _cpri__GetContextAlg()
271 CPRI_HASH_STATE *out, // OUT: destination of the state in _cpri__CopyHashState()
272 CPRI_HASH_STATE *in // IN: source of the state in _cpri__CopyHashState()
282 return sizeof(CPRI_HASH_STATE); in _cpri__CopyHashState()
302 CPRI_HASH_STATE *hashState // OUT: the state of hash stack. in _cpri__StartHash()
354 CPRI_HASH_STATE *hashState, // IN: the hash context information in _cpri__UpdateHash()
406 CPRI_HASH_STATE *hashState, // IN: the state of hash stack in _cpri__CompleteHash()
465 CPRI_HASH_STATE *osslFmt, // IN/OUT: the hash state formated for use in _cpri__ImportExportHashState()
479 _cpri__CopyHashState(osslFmt, (CPRI_HASH_STATE *)externalFmt); in _cpri__ImportExportHashState()
[all …]
Dstubs_hash.c12 CPRI_HASH_STATE * state, // IN/OUT: the state buffer in _cpri__StartHMAC()
18 CPRI_HASH_STATE localState; in _cpri__StartHMAC()
62 CPRI_HASH_STATE * hashState, // IN: the state of hash stack in _cpri__CompleteHMAC()
69 CPRI_HASH_STATE *state = (CPRI_HASH_STATE *)hashState; in _cpri__CompleteHMAC()
70 CPRI_HASH_STATE localState; in _cpri__CompleteHMAC()
102 CPRI_HASH_STATE hashState; in _cpri__KDFa()
179 CPRI_HASH_STATE hashState; in _cpri__KDFe()
DOsslCryptoEngine.h69 CPRI_HASH_STATE iPadCtx;
70 CPRI_HASH_STATE oPadCtx;
DCpriRSA.c625 CPRI_HASH_STATE hashState; in PssEncode()
712 CPRI_HASH_STATE hashState; in PssDecode()
1190 CPRI_HASH_STATE h1; // contains the hash of the in _cpri__GenerateKeyRSA()
1192 CPRI_HASH_STATE h2; // contains the hash of the in _cpri__GenerateKeyRSA()
1194 CPRI_HASH_STATE h; // the working hash context in _cpri__GenerateKeyRSA()
DCryptoEngine.h105 } CPRI_HASH_STATE, *PCPRI_HASH_STATE; typedef
DGlobal.h75 CPRI_HASH_STATE state; // hash state
DRSAKeySieve.c160 CPRI_HASH_STATE h; // the working hash context in RandomForRsa()
DCpriECC.c1078 CPRI_HASH_STATE hashState; in SchnorrEcc()
1555 CPRI_HASH_STATE hashState; in ValidateSignatureEcSchnorr()