Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h434 static inline bool tls_is_pending_open_record(struct tls_context *tls_ctx) in tls_is_pending_open_record() function
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c161 if (tls_is_pending_open_record(ctx)) in tls_handle_open_record()