Home
last modified time | relevance | path

Searched defs:record_type (Results 1 – 8 of 8) sorted by relevance

/linux/net/handshake/
H A Dalert.c36 u8 record_type = TLS_RECORD_TYPE_ALERT; in tls_alert_send() local
76 u8 record_type; in tls_get_record_type() local
/linux/include/trace/events/
H A Dhandshake.h24 #define record_type(x) TRACE_DEFINE_ENUM(TLS_RECORD_TYPE_##x); macro
31 #define record_type(x) { TLS_RECORD_TYPE_##x, #x }, macro
/linux/net/tls/
H A Dtls.h336 tls_fill_prepend(struct tls_context * ctx,char * buf,size_t plaintext_len,unsigned char record_type) tls_fill_prepend() argument
365 tls_make_aad(char * buf,size_t size,char * record_sequence,unsigned char record_type,struct tls_prot_info * prot) tls_make_aad() argument
H A Dtls_device.c317 unsigned char record_type) in tls_device_record_close()
424 unsigned char record_type) in tls_push_data()
567 unsigned char record_type = TLS_RECORD_TYPE_DATA; in tls_device_sendmsg() local
H A Dtls_sw.c736 unsigned char record_type) in tls_push_record() argument
854 bool full_record, u8 record_type, in bpf_exec_tx_verdict() argument
1044 unsigned char record_type = TLS_RECORD_TYPE_DATA; in tls_sw_sendmsg_locked() local
[all...]
H A Dtls_main.c239 unsigned char *record_type) in tls_process_cmsg()
/linux/tools/testing/selftests/net/
H A Dtls.c157 static int tls_send_cmsg(int fd, unsigned char record_type, in tls_send_cmsg() argument
215 int fd, unsigned char record_type, in tls_recv_cmsg() argument
570 char record_type = 100; in TEST_F() local
582 char record_type = 100; in TEST_F() local
857 char record_type in TEST_F() local
880 char record_type = 100; TEST_F() local
1565 char record_type = 100; TEST_F() local
[all...]
/linux/tools/testing/selftests/landlock/
H A Daudit.h32 __u32 record_type; member