Home
last modified time | relevance | path

Searched defs:msglen (Results 1 – 7 of 7) sorted by relevance

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dmd5.c293 unsigned char msglen[8]; in mbedtls_md5_finish() local
Dmd4.c276 unsigned char msglen[8]; in mbedtls_md4_finish() local
Dsha1.c325 unsigned char msglen[8]; in mbedtls_sha1_finish() local
Dsha256.c294 unsigned char msglen[8]; in mbedtls_sha256_finish() local
Dsha512.c328 unsigned char msglen[16]; in mbedtls_sha512_finish() local
Dripemd160.c351 unsigned char msglen[8]; in mbedtls_ripemd160_finish() local
/net-tools-3.7.0/tinydtls-0.8.2/
Ddtls.c261 dtls_get_cookie(uint8 *msg, size_t msglen, uint8 **cookie) { in dtls_get_cookie()
288 uint8 *msg, size_t msglen, in dtls_create_cookie()
361 is_record(uint8 *msg, size_t msglen) { in is_record()
3593 uint8 *msg, int msglen) { in dtls_handle_message()