Home
last modified time | relevance | path

Searched refs:Trspi_Hash_NONCE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_audit.c181 result |= Trspi_Hash_NONCE(&hashCtx, antiReplay.nonce); in Tspi_TPM_GetAuditDigest()
Dobj_context.c862 result |= Trspi_Hash_NONCE(&hashCtx, context->transAuth.NonceEven.nonce); in obj_context_transport_establish()
1353 result |= Trspi_Hash_NONCE(&hashCtx, signInfo->replay.nonce); in obj_context_transport_close()
1404 result |= Trspi_Hash_NONCE(&hashCtx, signInfo->replay.nonce); in obj_context_transport_close()
Dtsp_auth.c704 result |= Trspi_Hash_NONCE(&hashCtx, rgbNonceEven); in authsess_callback_xor()
713 result |= Trspi_Hash_NONCE(&hashCtx, rgbNonceOdd); in authsess_callback_xor()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/trousers/
Dtrousers.h180 #define Trspi_Hash_NONCE(c, d) Trspi_HashUpdate(c, TPM_SHA1_160_HASH_LEN, d) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c2057 result |= Trspi_Hash_NONCE(c, t->tickNonce.nonce); in Trspi_Hash_CURRENT_TICKS()
2069 result |= Trspi_Hash_NONCE(c, s->replay.nonce); in Trspi_Hash_SIGN_INFO()