HomeSort by relevance Sort by last modified time
    Searched refs:CPRI_HASH_STATE (Results 1 - 9 of 9) sorted by null

  /external/tpm2/
CpriHash_fp.h 11 _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 *
OsslCryptoEngine.h 69 CPRI_HASH_STATE iPadCtx;
70 CPRI_HASH_STATE oPadCtx;
stubs_hash.c 12 CPRI_HASH_STATE * state, // IN/OUT: the state buffer
18 CPRI_HASH_STATE localState;
62 CPRI_HASH_STATE * hashState, // IN: the state of hash stack
69 CPRI_HASH_STATE *state = (CPRI_HASH_STATE *)hashState;
70 CPRI_HASH_STATE localState;
102 CPRI_HASH_STATE hashState;
179 CPRI_HASH_STATE hashState;
CpriHash.c 162 CPRI_HASH_STATE *cpriState = NULL;
258 CPRI_HASH_STATE *hashState // IN: the hash context
267 // This function is used to clone a CPRI_HASH_STATE. The return value is the size of the state.
271 CPRI_HASH_STATE *out, // OUT: destination of the state
272 CPRI_HASH_STATE *in // IN: source of the state
282 return sizeof(CPRI_HASH_STATE);
302 CPRI_HASH_STATE *hashState // OUT: the state of hash stack.
354 CPRI_HASH_STATE *hashState, // IN: the hash context information
406 CPRI_HASH_STATE *hashState, // IN: the state of hash stack
465 CPRI_HASH_STATE *osslFmt, // IN/OUT: the hash state formated for us
    [all...]
CryptoEngine.h 105 } CPRI_HASH_STATE, *PCPRI_HASH_STATE;
CpriRSA.c 625 CPRI_HASH_STATE hashState;
712 CPRI_HASH_STATE hashState;
    [all...]
Global.h 75 CPRI_HASH_STATE state; // hash state
    [all...]
RSAKeySieve.c 160 CPRI_HASH_STATE h; // the working hash context
CpriECC.c     [all...]

Completed in 92 milliseconds