Home
last modified time | relevance | path

Searched refs:Trspi_Verify (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_sign.c137 result = Trspi_Verify(TSS_HASH_SHA1, hashData, hashDataSize, pubKey, pubKeySize, in Tspi_Hash_VerifySignature()
140 result = Trspi_Verify(TSS_HASH_OTHER, hashData, hashDataSize, pubKey, pubKeySize, in Tspi_Hash_VerifySignature()
H A Dtsp_asym.c110 result = Trspi_Verify(type, hash, hashLen, pubKey.pubKey.key, pubKey.pubKey.keyLength, in __tspi_rsa_verify()
H A Dtspi_selftest.c139 if ((result = Trspi_Verify(TSS_HASH_SHA1, digest.digest, 20, in Tspi_TPM_CertifySelfTest()
H A Dtspi_quote.c190 if ((result = Trspi_Verify(TSS_HASH_SHA1, digest.digest, 20, in Tspi_TPM_Quote()
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Drsa.c146 Trspi_Verify(UINT32 HashType, BYTE *pHash, UINT32 iHashLength, in Trspi_Verify() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/trousers/
H A Dtrousers.h199 TSS_RESULT Trspi_Verify(UINT32 HashType, BYTE *pHash, UINT32 iHashLength,