Home
last modified time | relevance | path

Searched refs:ssl3_finish_mac (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_lib.c59 if (!ssl3_finish_mac(s, in ssl3_do_write()
1298 if (!ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, in tls_get_message_body()
1323 if (!ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, in tls_get_message_body()
2227 if (!ssl3_finish_mac(s, msghdr, SSL3_HM_HEADER_LENGTH) in create_synthetic_message_hash()
2228 || !ssl3_finish_mac(s, hashval, hashlen)) { in create_synthetic_message_hash()
2239 && (!ssl3_finish_mac(s, hrr, hrrlen) in create_synthetic_message_hash()
2240 || !ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, in create_synthetic_message_hash()
HDstatem_dtls.c299 if (!ssl3_finish_mac(s, p, xlen)) in dtls1_do_write()
390 if (!ssl3_finish_mac(s, p, msg_len)) in dtls_get_message()
HDstatem_clnt.c1808 if (!ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, in tls_process_as_hello_retry_request()
/freebsd-13-stable/crypto/openssl/ssl/
HDs3_enc.c348 int ssl3_finish_mac(SSL *s, const unsigned char *buf, size_t len) in ssl3_finish_mac() function
HDssl_local.h2362 __owur int ssl3_finish_mac(SSL *s, const unsigned char *buf, size_t len);
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt1210 SSL_F_SSL3_FINISH_MAC:587:ssl3_finish_mac