Searched refs:pre_shared_key (Results 1 – 9 of 9) sorted by relevance
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-inherit | 6 path pre_shared_key "/etc/racoon/psk.txt"; 43 authentication_method pre_shared_key;
|
D | racoon.conf.sample | 11 path pre_shared_key "/usr/local/v6/etc/psk.txt" ; 38 authentication_method pre_shared_key ;
|
D | racoon.conf.in | 11 path pre_shared_key "@sysconfdir_x@/racoon/psk.txt"; 91 authentication_method pre_shared_key;
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | racoon.conf | 2 path pre_shared_key "/etc/racoon/psk.txt";
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_server.cc | 248 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()
|
D | tls13_client.cc | 331 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/ |
D | tls13_server.cc | 263 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()
|
D | tls13_client.cc | 410 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/ |
D | setup.c | 60 static char *pre_shared_key; variable 353 pre_shared_key = key; in set_pre_shared_key() 558 return strtovchar(pre_shared_key); in getpskbyaddr()
|