Searched refs:handshake_md5 (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_enc.c269 !init_digest_with_data(&ssl->s3->handshake_md5, EVP_md5(),
279 EVP_MD_CTX_cleanup(&ssl->s3->handshake_md5);
306 if (EVP_MD_CTX_md(&ssl->s3->handshake_md5) != NULL) {
307 EVP_DigestUpdate(&ssl->s3->handshake_md5, in, in_len);
344 ctx_template = &ssl->s3->handshake_md5;
H A Dt1_enc.c449 ctx_template = &ssl->s3->handshake_md5;
501 if (EVP_MD_CTX_md(&ssl->s3->handshake_md5) != NULL &&
502 !append_digest(&ssl->s3->handshake_md5, out, &md5_len, out_len)) {
H A Ds3_lib.c210 EVP_MD_CTX_init(&s3->handshake_md5);
/external/boringssl/include/openssl/
H A Dssl.h3963 /* handshake_md5, if initialized with an |EVP_MD|, maintains the MD5 half of
3965 EVP_MD_CTX handshake_md5; member in struct:ssl3_state_st
/external/boringssl/src/include/openssl/
H A Dssl.h3963 /* handshake_md5, if initialized with an |EVP_MD|, maintains the MD5 half of
3965 EVP_MD_CTX handshake_md5; member in struct:ssl3_state_st

Completed in 380 milliseconds