HomeSort by: relevance | last modified time | path
    Searched refs:Trspi_HashCtx (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/crypto/external/cpl/trousers/dist/src/include/trousers/
trousers.h 140 } Trspi_HashCtx;
142 TSS_RESULT Trspi_HashInit(Trspi_HashCtx *c, UINT32 type);
143 TSS_RESULT Trspi_HashUpdate(Trspi_HashCtx *c, UINT32 size, BYTE *data);
144 TSS_RESULT Trspi_HashFinal(Trspi_HashCtx *c, BYTE *out_digest);
147 TSS_RESULT Trspi_Hash_UINT16(Trspi_HashCtx *c, UINT16 i);
148 TSS_RESULT Trspi_Hash_UINT32(Trspi_HashCtx *c, UINT32 i);
149 TSS_RESULT Trspi_Hash_UINT64(Trspi_HashCtx *c, UINT64 i);
150 TSS_RESULT Trspi_Hash_DAA_PK(Trspi_HashCtx *c, TSS_DAA_PK *pk);
151 TSS_RESULT Trspi_Hash_PUBKEY(Trspi_HashCtx *c, TCPA_PUBKEY *pubKey);
152 TSS_RESULT Trspi_Hash_BYTE(Trspi_HashCtx *c, BYTE data)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_key.c 70 Hash_TSS_KEY(Trspi_HashCtx *c, TSS_KEY *key)
92 Hash_TSS_PRIVKEY_DIGEST(Trspi_HashCtx *c, TSS_KEY *key)
113 Trspi_HashCtx hashCtx;
151 Trspi_HashCtx hashCtx;
198 Trspi_HashCtx hashCtx;
258 Trspi_HashCtx hashCtx;
306 Trspi_HashCtx hashCtx;
tsp_get_flags.c 38 Trspi_HashCtx hashCtx;
tsp_transport.c 41 Trspi_HashCtx hashCtx;
tspi_own.c 45 Trspi_HashCtx hashCtx;
125 Trspi_HashCtx hashCtx;
tsp_bind.c 38 Trspi_HashCtx hashCtx;
tsp_certify.c 42 Trspi_HashCtx hashCtx;
tsp_sign.c 39 Trspi_HashCtx hashCtx;
tsp_seal.c 91 Trspi_HashCtx hashCtx;
153 Trspi_HashCtx hashCtx;
214 Trspi_HashCtx hashCtx;
tspi_maint.c 38 Trspi_HashCtx hashCtx;
107 Trspi_HashCtx hashCtx;
217 Trspi_HashCtx hashCtx;
tspi_key.c 63 Trspi_HashCtx hashCtx;
143 Trspi_HashCtx hashCtx;
224 Trspi_HashCtx hashCtx;
360 Trspi_HashCtx hashCtx;
466 Trspi_HashCtx hashCtx;
573 Trspi_HashCtx hashCtx;
644 Trspi_HashCtx hashCtx;
tsp_ek.c 31 Trspi_HashCtx hashCtx;
tsp_quote.c 43 Trspi_HashCtx hashCtx;
tsp_quote2.c 46 Trspi_HashCtx hashCtx;
tsp_selftest.c 54 Trspi_HashCtx hashCtx;
tsp_tick.c 69 Trspi_HashCtx hashCtx;
tspi_dir.c 37 Trspi_HashCtx hashCtx;
tspi_transport.c 47 Trspi_HashCtx hashCtx;
tsp_audit.c 34 Trspi_HashCtx hashCtx;
194 Trspi_HashCtx hashCtx;
tsp_migration.c 45 Trspi_HashCtx hashCtx;
134 Trspi_HashCtx hashCtx;
tsp_changeauth.c 83 Trspi_HashCtx hashCtx;
129 Trspi_HashCtx hashCtx;
177 Trspi_HashCtx hashCtx;
272 Trspi_HashCtx hashCtx;
383 Trspi_HashCtx hashCtx;
tspi_cmk.c 31 Trspi_HashCtx hashCtx;
77 Trspi_HashCtx hashCtx;
137 Trspi_HashCtx hashCtx;
220 Trspi_HashCtx hashCtx;
393 Trspi_HashCtx hashCtx;
tspi_ek.c 42 Trspi_HashCtx hashCtx;
150 Trspi_HashCtx hashCtx;
282 Trspi_HashCtx hashCtx;
  /src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
hash.c 104 Trspi_HashInit(Trspi_HashCtx *ctx, UINT32 HashType)
132 Trspi_HashUpdate(Trspi_HashCtx *ctx, UINT32 size, BYTE *data)
157 Trspi_HashFinal(Trspi_HashCtx *ctx, BYTE *digest)
  /src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c 1636 Trspi_Hash_UINT16(Trspi_HashCtx *c, UINT16 i)
1645 Trspi_Hash_UINT32(Trspi_HashCtx *c, UINT32 i)
1654 Trspi_Hash_UINT64(Trspi_HashCtx *c, UINT64 i)
1663 Trspi_Hash_BYTE(Trspi_HashCtx *c, BYTE data)
1669 Trspi_Hash_BOOL(Trspi_HashCtx *c, TSS_BOOL data)
1675 Trspi_Hash_VERSION(Trspi_HashCtx *c, TSS_VERSION *version)
1688 Trspi_Hash_DAA_PK(Trspi_HashCtx *c, TSS_DAA_PK *pk)
1731 Trspi_Hash_RSA_KEY_PARMS(Trspi_HashCtx *c, TCPA_RSA_KEY_PARMS *parms)
1746 Trspi_Hash_STORE_PUBKEY(Trspi_HashCtx *c, TCPA_STORE_PUBKEY *store)
1757 Trspi_Hash_KEY_PARMS(Trspi_HashCtx *c, TCPA_KEY_PARMS *keyInfo
    [all...]

Completed in 45 milliseconds

1 2 3