Searched refs:write_cipher_suite (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_record.h56 u16 write_cipher_suite; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c81 rl->write_cipher_suite = rl->cipher_suite;
175 if (rl->write_cipher_suite != TLS_NULL_WITH_NULL_NULL) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.h52 u16 write_cipher_suite; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c79 rl->write_cipher_suite = rl->cipher_suite;
175 explicit_iv = rl->write_cipher_suite != TLS_NULL_WITH_NULL_NULL &&
201 if (rl->write_cipher_suite != TLS_NULL_WITH_NULL_NULL) {
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.h52 u16 write_cipher_suite; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c79 rl->write_cipher_suite = rl->cipher_suite;
175 explicit_iv = rl->write_cipher_suite != TLS_NULL_WITH_NULL_NULL &&
201 if (rl->write_cipher_suite != TLS_NULL_WITH_NULL_NULL) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.h52 u16 write_cipher_suite; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c79 rl->write_cipher_suite = rl->cipher_suite;
175 explicit_iv = rl->write_cipher_suite != TLS_NULL_WITH_NULL_NULL &&
201 if (rl->write_cipher_suite != TLS_NULL_WITH_NULL_NULL) {

Completed in 37 milliseconds