Searched refs:ssl3_take_mac (Results 1 – 3 of 3) sorted by relevance
56 int ssl3_take_mac(SSL *s);
675 int ssl3_take_mac(SSL *s) in ssl3_take_mac() function1290 if (*(s->init_buf->data) == SSL3_MT_FINISHED && !ssl3_take_mac(s)) { in tls_get_message_body()
385 if (*mt == SSL3_MT_FINISHED && !ssl3_take_mac(s)) { in dtls_get_message()