Home | History | Annotate | Download | only in ssl

Lines Matching defs:sha256

1840   SHA256_CTX sha256;
1906 SHA256_Init(&sha256);
1907 SHA256_Update(&sha256, CBS_data(&certificate), CBS_len(&certificate));
1908 SHA256_Final(ssl->session->peer_sha256, &sha256);