Searched defs:tlsv1_record_layer (Results 1 – 1 of 1) sorted by relevance
31 struct tlsv1_record_layer { struct32 u16 tls_version;34 u8 write_mac_secret[TLS_MAX_WRITE_MAC_SECRET_LEN];35 u8 read_mac_secret[TLS_MAX_WRITE_MAC_SECRET_LEN];36 u8 write_key[TLS_MAX_WRITE_KEY_LEN];60 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, argument