HomeSort by relevance Sort by last modified time
    Searched refs:pre_shared_key (Results 1 - 5 of 5) sorted by null

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 2 path pre_shared_key "/etc/racoon/psk.txt";
  /external/boringssl/src/ssl/
tls13_server.c 248 CBS pre_shared_key; local
250 !ssl_client_hello_get_extension(client_hello, &pre_shared_key,
255 /* Verify that the pre_shared_key extension is the last extension in
257 if (CBS_data(&pre_shared_key) + CBS_len(&pre_shared_key) !=
268 &pre_shared_key)) {
tls13_client.c 207 CBS key_share, pre_shared_key; local
210 {TLSEXT_TYPE_pre_shared_key, &have_pre_shared_key, &pre_shared_key},
230 &pre_shared_key)) {
  /external/ipsec-tools/
setup.c 60 static char *pre_shared_key; variable
353 pre_shared_key = key;
558 return strtovchar(pre_shared_key);
  /external/ipsec-tools/src/racoon/
cftoken.l 162 <S_PTH>pre_shared_key { YYD; yylval.num = LC_PATHTYPE_PSK;
481 pre_shared_key { YYD; yylval.num = algtype_psk; return(ALGORITHMTYPE); }

Completed in 137 milliseconds