OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlsv1_record_layer
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_record.h
31
struct
tlsv1_record_layer
{
struct
60
int tlsv1_record_set_cipher_suite(struct
tlsv1_record_layer
*rl,
62
int tlsv1_record_change_write_cipher(struct
tlsv1_record_layer
*rl);
63
int tlsv1_record_change_read_cipher(struct
tlsv1_record_layer
*rl);
64
int tlsv1_record_send(struct
tlsv1_record_layer
*rl, u8 content_type, u8 *buf,
67
int tlsv1_record_receive(struct
tlsv1_record_layer
*rl,
tlsv1_server_i.h
22
struct
tlsv1_record_layer
rl;
tlsv1_record.c
30
int tlsv1_record_set_cipher_suite(struct
tlsv1_record_layer
*rl,
75
int tlsv1_record_change_write_cipher(struct
tlsv1_record_layer
*rl)
109
int tlsv1_record_change_read_cipher(struct
tlsv1_record_layer
*rl)
150
int tlsv1_record_send(struct
tlsv1_record_layer
*rl, u8 content_type, u8 *buf,
278
int tlsv1_record_receive(struct
tlsv1_record_layer
*rl,
tlsv1_client_i.h
21
struct
tlsv1_record_layer
rl;
Completed in 1068 milliseconds