Home
last modified time | relevance | path

Searched refs:pre_shared_key (Results 1 – 5 of 5) 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/ipsec-tools/
Dsetup.c59 static char *pre_shared_key; variable
338 pre_shared_key = key; in set_pre_shared_key()
521 return strtovchar(pre_shared_key); in getpskbyaddr()