Searched refs:ssl3_handshake_mac (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | s3_enc.c | 135 static int ssl3_handshake_mac(SSL *s, EVP_MD_CTX *in_ctx, 522 return (ssl3_handshake_mac(s, ctx, NULL, 0, p)); in ssl3_cert_verify_mac() 530 ret = ssl3_handshake_mac(s, ctx1, sender, len, p); in ssl3_final_finish_mac() 532 ret += ssl3_handshake_mac(s, ctx2, sender, len, p); in ssl3_final_finish_mac() 536 static int ssl3_handshake_mac(SSL *s, EVP_MD_CTX *in_ctx, in ssl3_handshake_mac() function
|