Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ssl.function27 /* Read previous record numbers */
Dtest_suite_ecp.function357 void mbedtls_ecp_tls_read_group( char *record, int result, int bits )
367 len = unhexify( buf, record );
Dtest_suite_ecp.data129 ECP tls read group #1 (record too short)
/net-tools-3.7.0/tinydtls-0.8.2/
Dcrypto.c267 const unsigned char *record, in dtls_mac() argument
274 dtls_hmac_update(hmac_ctx, record +3, sizeof(uint16) + sizeof(uint48)); in dtls_mac()
275 dtls_hmac_update(hmac_ctx, record, sizeof(uint8) + sizeof(uint16)); in dtls_mac()
Dcrypto.h240 const unsigned char *record,
/net-tools-3.7.0/mbedtls-2.4.0/
DChangeLog154 datagram if a single record in a datagram is unexpected, instead only
155 drop the record and look at subsequent records (if any are present) in
631 * Support for 1/n-1 record splitting, a countermeasure against BEAST.