Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_hash.c41 } else if (type == TSS_HASH_OTHER) { in obj_hash_add()
42 hash->type = TSS_HASH_OTHER; in obj_hash_add()
94 if (hash->type != TSS_HASH_OTHER && in obj_hash_set_value()
H A Dtspi_sign.c140 result = Trspi_Verify(TSS_HASH_OTHER, hashData, hashDataSize, pubKey, pubKeySize, in Tspi_Hash_VerifySignature()
H A Dtspi_context.c269 case TSS_HASH_OTHER: in Tspi_Context_CreateObject()
/netbsd/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Drsa.c168 case TSS_HASH_OTHER: in Trspi_Verify()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_defines.h248 #define TSS_HASH_OTHER (0xFFFFFFFF) // Not-specified hash algorithm macro
/netbsd/crypto/external/cpl/trousers/dist/
H A DChangeLog708 to do a verify based on TSS_HASH_OTHER.