Searched refs:record (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ssl.function | 27 /* Read previous record numbers */
|
D | test_suite_ecp.function | 357 void mbedtls_ecp_tls_read_group( char *record, int result, int bits ) 367 len = unhexify( buf, record );
|
D | test_suite_ecp.data | 129 ECP tls read group #1 (record too short)
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | crypto.c | 267 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()
|
D | crypto.h | 240 const unsigned char *record,
|
/net-tools-3.7.0/mbedtls-2.4.0/ |
D | ChangeLog | 154 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.
|