| 610 | } |
| 611 | |
| 612 | static void CryptHashChar(HCRYPTHASH hHash, const int c) |
| 613 | { |
| 614 | CryptHashData(hHash, reinterpret_cast<const BYTE*>(&c), 1, 0); |
| 615 | } |
| 616 | |
| 617 | /* final part of the hash */ |
| 618 | static int hash_finish(HCRYPTHASH hHash, const signature_packet_t* p_sig) |
no outgoing calls
no test coverage detected