Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in62 nonce_size 16;
85 nonce_size 16;
Dracoon.conf.sample-inherit18 nonce_size 16;
/external/ipsec-tools/src/racoon/
Dremoteconf.h86 int nonce_size; /* the number of bytes of nonce */ member
Dremoteconf.c185 new->nonce_size = DEFAULT_NONCE_SIZE; in newrmconf()
572 p->nonce_size); in dump_rmconf_single()
Disakmp_base.c151 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
944 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
Disakmp_agg.c177 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
983 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
Disakmp_ident.c375 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
1276 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
Disakmp_quick.c179 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
1214 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
Dcfparse.y1799 | NONCE_SIZE NUMBER { cur_rmconf->nonce_size = $2; } EOS