OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlsv1_record_set_cipher_suite
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_record.h
60
int
tlsv1_record_set_cipher_suite
(struct tlsv1_record_layer *rl,
tlsv1_client.c
484
tlsv1_record_set_cipher_suite
(&conn->rl, TLS_NULL_WITH_NULL_NULL);
611
tlsv1_record_set_cipher_suite
(&conn->rl, TLS_NULL_WITH_NULL_NULL);
tlsv1_record.c
20
*
tlsv1_record_set_cipher_suite
- TLS record layer: Set cipher suite
30
int
tlsv1_record_set_cipher_suite
(struct tlsv1_record_layer *rl,
function
73
* configured with
tlsv1_record_set_cipher_suite
() for writing.
107
* configured with
tlsv1_record_set_cipher_suite
() for reading.
tlsv1_server.c
377
tlsv1_record_set_cipher_suite
(&conn->rl, TLS_NULL_WITH_NULL_NULL);
tlsv1_client_read.c
146
if (
tlsv1_record_set_cipher_suite
(&conn->rl, cipher_suite) < 0) {
tlsv1_server_read.c
159
if (
tlsv1_record_set_cipher_suite
(&conn->rl, cipher_suite) < 0) {
Completed in 219 milliseconds