Home | History | Annotate | Download | only in openssl

Lines Matching defs:peer_sha256

3373  * completes. See the |peer_sha256| field of |SSL_SESSION| for the hash. */
3381 * completes. See the |peer_sha256| field of |SSL_SESSION| for the hash. */
4047 /* peer_sha256 contains the SHA-256 hash of the peer's certificate if
4049 uint8_t peer_sha256[SHA256_DIGEST_LENGTH];
4076 /* peer_sha256_valid is non-zero if |peer_sha256| is valid. */
4077 unsigned peer_sha256_valid:1; /* Non-zero if peer_sha256 is valid */