Home
last modified time | relevance | path

Searched refs:update_checksum (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Daviobuf.c113 s->update_checksum = NULL; in ffio_init_context()
199 if (s->update_checksum) { in flush_buffer()
200 s->checksum = s->update_checksum(s->checksum, s->checksum_ptr, in flush_buffer()
234 if (s->direct && !s->update_checksum) { in avio_write()
557 if (s->update_checksum && dst == s->buffer) { in fill_buffer()
559 s->checksum = s->update_checksum(s->checksum, s->checksum_ptr, in fill_buffer()
614 s->checksum = s->update_checksum(s->checksum, s->checksum_ptr, in ffio_get_checksum()
616 s->update_checksum = NULL; in ffio_get_checksum()
621 unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len), in ffio_init_checksum()
624 s->update_checksum in ffio_init_checksum()
1047 static void update_checksum(AVIOContext *s) update_checksum() function
[all...]
H A Davio_internal.h167 unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len),
H A Davio.h248 unsigned long (*update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size); member
/third_party/mbedtls/library/
H A Dssl_client.c968 ret = ssl->handshake->update_checksum(ssl, buf, msg_len - binders_len); in mbedtls_ssl_write_client_hello()
970 MBEDTLS_SSL_DEBUG_RET(1, "update_checksum", ret); in mbedtls_ssl_write_client_hello()
978 ret = ssl->handshake->update_checksum(ssl, buf + msg_len - binders_len, in mbedtls_ssl_write_client_hello()
981 MBEDTLS_SSL_DEBUG_RET(1, "update_checksum", ret); in mbedtls_ssl_write_client_hello()
H A Dssl_tls13_server.c561 ret = ssl->handshake->update_checksum(ssl, pre_shared_key_ext, in ssl_tls13_parse_pre_shared_key_ext()
564 MBEDTLS_SSL_DEBUG_RET(1, ("update_checksum"), ret); in ssl_tls13_parse_pre_shared_key_ext()
708 ret = ssl->handshake->update_checksum( in ssl_tls13_parse_pre_shared_key_ext()
711 MBEDTLS_SSL_DEBUG_RET(1, ("update_checksum"), ret); in ssl_tls13_parse_pre_shared_key_ext()
1694 ret = handshake->update_checksum(ssl, buf, in ssl_tls13_parse_client_hello()
1697 MBEDTLS_SSL_DEBUG_RET(1, ("update_checksum"), ret); in ssl_tls13_parse_client_hello()
1716 ret = handshake->update_checksum(ssl, buf, p - buf); in ssl_tls13_parse_client_hello()
1718 MBEDTLS_SSL_DEBUG_RET(1, ("update_checksum"), ret); in ssl_tls13_parse_client_hello()
H A Dssl_misc.h720 int (*update_checksum)(mbedtls_ssl_context *, const unsigned char *, size_t); member
1450 int update_checksum,
H A Dssl_msg.c2776 int update_checksum, in mbedtls_ssl_write_handshake_msg_ext()
2876 if (hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST && update_checksum != 0) { in mbedtls_ssl_write_handshake_msg_ext()
2877 ret = ssl->handshake->update_checksum(ssl, ssl->out_msg, in mbedtls_ssl_write_handshake_msg_ext()
2880 MBEDTLS_SSL_DEBUG_RET(1, "update_checksum", ret); in mbedtls_ssl_write_handshake_msg_ext()
3310 ret = ssl->handshake->update_checksum(ssl, ssl->in_msg, ssl->in_hslen); in mbedtls_ssl_update_handshake_status()
3312 MBEDTLS_SSL_DEBUG_RET(1, "update_checksum", ret); in mbedtls_ssl_update_handshake_status()
2775 mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl, int update_checksum, int force_flush) mbedtls_ssl_write_handshake_msg_ext() argument
H A Dssl_tls13_generic.c1553 ret = ssl->handshake->update_checksum(ssl, hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()
1555 MBEDTLS_SSL_DEBUG_RET(1, "update_checksum", ret); in mbedtls_ssl_reset_transcript_for_hrr()
H A Dssl_tls.c789 ssl->handshake->update_checksum = ssl_update_checksum_sha384; in mbedtls_ssl_optimize_checksum()
794 ssl->handshake->update_checksum = ssl_update_checksum_sha256; in mbedtls_ssl_optimize_checksum()
815 return ssl->handshake->update_checksum(ssl, hs_hdr, sizeof(hs_hdr)); in mbedtls_ssl_add_hs_hdr_to_checksum()
828 return ssl->handshake->update_checksum(ssl, msg, msg_len); in mbedtls_ssl_add_hs_msg_to_checksum()
984 handshake->update_checksum = ssl_update_checksum_start; in ssl_handshake_params_init()
H A Dssl_tls12_server.c1033 ret = ssl->handshake->update_checksum(ssl, buf, msg_len); in ssl_parse_client_hello()
1035 MBEDTLS_SSL_DEBUG_RET(1, ("update_checksum"), ret); in ssl_parse_client_hello()

Completed in 36 milliseconds