Home
last modified time | relevance | path

Searched refs:CPRI_HASH_STATE (Results 1 – 10 of 10) 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.c620 CPRI_HASH_STATE hashState; in PssEncode()
707 CPRI_HASH_STATE hashState; in PssDecode()
1177 CPRI_HASH_STATE h1; // contains the hash of the in _cpri__GenerateKeyRSA()
1179 CPRI_HASH_STATE h2; // contains the hash of the in _cpri__GenerateKeyRSA()
1181 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.c1075 CPRI_HASH_STATE hashState; in SchnorrEcc()
1552 CPRI_HASH_STATE hashState; in ValidateSignatureEcSchnorr()
Dpart4.txt1637 31 CPRI_HASH_STATE state; // hash state
25321 53 } CPRI_HASH_STATE, *PCPRI_HASH_STATE;
25517 26 CPRI_HASH_STATE iPadCtx;
25518 27 CPRI_HASH_STATE oPadCtx;
26630 116 CPRI_HASH_STATE *cpriState = NULL;
26737 162 CPRI_HASH_STATE *hashState // IN: the hash context
26746 This function is used to clone a CPRI_HASH_STATE. The return value is the size of the state.
26750 169 CPRI_HASH_STATE *out, // OUT: destination of the state
26751 170 CPRI_HASH_STATE *in // IN: source of the state
26762 181 return sizeof(CPRI_HASH_STATE);
[all …]