Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls.c1006 static int tls_xread_record(tls_state_t *tls, const char *expected) in tls_xread_record() function
1439 int len = tls_xread_record(tls, "handshake record"); in tls_xread_handshake_block()
2273 len = tls_xread_record(tls, "switch to encrypted traffic"); in tls_handshake()
2295 len = tls_xread_record(tls, "'server finished'"); in tls_handshake()
2417 nread = tls_xread_record(tls, "encrypted data"); in tls_run_copy_loop()