HomeSort by relevance Sort by last modified time
    Searched defs:tlsv1_record_layer (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.h 37 struct tlsv1_record_layer { struct
64 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl,
66 int tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl);
67 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl);
68 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
70 int tlsv1_record_receive(struct tlsv1_record_layer *rl,
  /external/wpa_supplicant/
tlsv1_common.h 194 struct tlsv1_record_layer { struct
223 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl,
225 int tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl);
226 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl);
227 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
229 int tlsv1_record_receive(struct tlsv1_record_layer *rl,

Completed in 38 milliseconds