Searched defs:OpenSSLDigest (Results 1 – 2 of 2) sorted by relevance
25 public class OpenSSLDigest implements ExtendedDigest { class63 private OpenSSLDigest(String algorithm, long evp_md, int size, int blockSize) { in OpenSSLDigest() method in OpenSSLDigest
36 OpenSSLDigest::OpenSSLDigest(const std::string& algorithm) { in OpenSSLDigest() function in talk_base::OpenSSLDigest