Searched refs:nonce_size (Results 1 - 8 of 8) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h86 int nonce_size; /* the number of bytes of nonce */ member in struct:remoteconf
H A Dremoteconf.c185 new->nonce_size = DEFAULT_NONCE_SIZE;
574 p->nonce_size);
H A Disakmp_agg.c177 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
983 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Disakmp_base.c151 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
944 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Disakmp_ident.c375 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
1276 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Disakmp_quick.c180 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
1215 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
H A Dcftoken.l333 <S_RMTS>nonce_size { YYD; return(NONCE_SIZE); }
H A Dcfparse.y1799 | NONCE_SIZE NUMBER { cur_rmconf->nonce_size = $2; } EOS

Completed in 234 milliseconds