Lines Matching refs:DigestAlgorithm
45 bool AddRSASignatureAlgorithm(CBB* cbb, DigestAlgorithm algorithm) { in AddRSASignatureAlgorithm()
73 const EVP_MD* ToEVP(DigestAlgorithm alg) { in ToEVP()
206 absl::optional<net::DigestAlgorithm> binding_digest = in GetTLSServerEndPointChannelBinding()
213 case net::DigestAlgorithm::Md2: in GetTLSServerEndPointChannelBinding()
214 case net::DigestAlgorithm::Md4: in GetTLSServerEndPointChannelBinding()
215 case net::DigestAlgorithm::Md5: in GetTLSServerEndPointChannelBinding()
216 case net::DigestAlgorithm::Sha1: in GetTLSServerEndPointChannelBinding()
223 case net::DigestAlgorithm::Sha256: in GetTLSServerEndPointChannelBinding()
227 case net::DigestAlgorithm::Sha384: in GetTLSServerEndPointChannelBinding()
231 case net::DigestAlgorithm::Sha512: in GetTLSServerEndPointChannelBinding()
255 static const DigestAlgorithm kSignatureDigestAlgorithm = DIGEST_SHA256;
285 DigestAlgorithm alg, in CreateSelfSignedCert()