/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_record.h | 64 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl,
|
tlsv1_client.c | 374 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL); 490 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL);
|
tlsv1_record.c | 25 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite 35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, function 75 * configured with tlsv1_record_set_cipher_suite() for writing. 109 * configured with tlsv1_record_set_cipher_suite() for reading.
|
tlsv1_server.c | 346 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL);
|
tlsv1_client_read.c | 145 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {
|
tlsv1_server_read.c | 149 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_record.h | 64 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl,
|
tlsv1_client.c | 374 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL); 490 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL);
|
tlsv1_record.c | 25 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite 35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, function 75 * configured with tlsv1_record_set_cipher_suite() for writing. 109 * configured with tlsv1_record_set_cipher_suite() for reading.
|
tlsv1_server.c | 346 tlsv1_record_set_cipher_suite(&conn->rl, TLS_NULL_WITH_NULL_NULL);
|
tlsv1_client_read.c | 145 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {
|
tlsv1_server_read.c | 149 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {
|
/external/wpa_supplicant/ |
tlsv1_common.h | 223 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl,
|
tlsv1_common.c | 169 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite 179 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, function 219 * configured with tlsv1_record_set_cipher_suite() for writing. 253 * configured with tlsv1_record_set_cipher_suite() for reading.
|
tlsv1_client.c | 359 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) { [all...] |