Lines Matching refs:dtls_debug_dump
536 dtls_debug_dump(" client_MAC_secret", in dtls_debug_keyblock()
540 dtls_debug_dump(" server_MAC_secret", in dtls_debug_keyblock()
544 dtls_debug_dump(" client_write_key", in dtls_debug_keyblock()
548 dtls_debug_dump(" server_write_key", in dtls_debug_keyblock()
552 dtls_debug_dump(" client_IV", in dtls_debug_keyblock()
556 dtls_debug_dump(" server_IV", in dtls_debug_keyblock()
665 dtls_debug_dump("client_random", handshake->tmp.random.client, DTLS_RANDOM_LENGTH); in calculate_key_block()
666 dtls_debug_dump("server_random", handshake->tmp.random.server, DTLS_RANDOM_LENGTH); in calculate_key_block()
667 dtls_debug_dump("pre_master_secret", pre_master_secret, pre_master_len); in calculate_key_block()
676 dtls_debug_dump("master_secret", master_secret, DTLS_MASTER_SECRET_LENGTH); in calculate_key_block()
1071 dtls_debug_dump("add MAC data", data, length); in update_hs_hash()
1146 dtls_debug_dump("d:", data + DTLS_HS_LENGTH, sizeof(b.verify_data)); in check_finished()
1147 dtls_debug_dump("v:", b.verify_data, sizeof(b.verify_data)); in check_finished()
1290 dtls_debug_dump("nonce:", nonce, DTLS_CCM_BLOCKSIZE); in dtls_prepare_record()
1291 dtls_debug_dump("key:", dtls_kb_local_write_key(security, peer->role), in dtls_prepare_record()
1312 dtls_debug_dump("message:", start, res); in dtls_prepare_record()
1558 dtls_debug_dump("create cookie", mycookie, len); in dtls_verify_peer()
1569 dtls_debug_dump("compare with cookie", cookie, len); in dtls_verify_peer()
1578 dtls_debug_dump("invalid cookie", cookie, len); in dtls_verify_peer()
2297 dtls_debug_dump("server finished MAC", p, DTLS_FIN_LENGTH); in dtls_send_finished()
2916 dtls_debug_dump("nonce", nonce, DTLS_CCM_BLOCKSIZE); in decrypt_verify()
2917 dtls_debug_dump("key", dtls_kb_remote_write_key(security, peer->role), in decrypt_verify()
2919 dtls_debug_dump("ciphertext", *cleartext, clen); in decrypt_verify()
2941 dtls_debug_dump("cleartext", *cleartext, clen); in decrypt_verify()