Home
last modified time | relevance | path

Searched refs:pre_shared_key (Results 1 – 9 of 9) sorted by relevance

/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit6 path pre_shared_key "/etc/racoon/psk.txt";
43 authentication_method pre_shared_key;
Dracoon.conf.sample11 path pre_shared_key "/usr/local/v6/etc/psk.txt" ;
38 authentication_method pre_shared_key ;
Dracoon.conf.in11 path pre_shared_key "@sysconfdir_x@/racoon/psk.txt";
91 authentication_method pre_shared_key;
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf2 path pre_shared_key "/etc/racoon/psk.txt";
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls13_server.cc248 CBS pre_shared_key; in select_session() local
250 client_hello, &pre_shared_key, TLSEXT_TYPE_pre_shared_key); in select_session()
259 &pre_shared_key)) { in select_session()
583 CBS pre_shared_key; in do_read_second_client_hello() local
584 if (!ssl_client_hello_get_extension(&client_hello, &pre_shared_key, in do_read_second_client_hello()
596 &pre_shared_key)) { in do_read_second_client_hello()
Dtls13_client.cc331 CBS key_share, pre_shared_key, supported_versions; in do_read_server_hello() local
334 {TLSEXT_TYPE_pre_shared_key, &have_pre_shared_key, &pre_shared_key}, in do_read_server_hello()
365 &pre_shared_key)) { in do_read_server_hello()
/external/boringssl/src/ssl/
Dtls13_server.cc263 CBS pre_shared_key; in select_session() local
265 client_hello, &pre_shared_key, TLSEXT_TYPE_pre_shared_key); in select_session()
284 &pre_shared_key)) { in select_session()
685 CBS pre_shared_key; in do_read_second_client_hello() local
686 if (!ssl_client_hello_get_extension(&client_hello, &pre_shared_key, in do_read_second_client_hello()
698 &pre_shared_key)) { in do_read_second_client_hello()
Dtls13_client.cc410 pre_shared_key(TLSEXT_TYPE_pre_shared_key, pre_shared_key_allowed), in do_read_server_hello() local
413 {&key_share, &pre_shared_key, &supported_versions}, in do_read_server_hello()
431 if (pre_shared_key.present) { in do_read_server_hello()
433 &pre_shared_key.data)) { in do_read_server_hello()
/external/ipsec-tools/
Dsetup.c60 static char *pre_shared_key; variable
353 pre_shared_key = key; in set_pre_shared_key()
558 return strtovchar(pre_shared_key); in getpskbyaddr()