Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.h116 int nonce_size; /* the number of bytes of nonce */ member
168 (rmconf != NULL ? rmconf->nonce_size : DEFAULT_NONCE_SIZE)
H A Disakmp_base.c152 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
931 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Disakmp_agg.c174 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
958 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Dremoteconf.c502 new->nonce_size = DEFAULT_NONCE_SIZE; in newrmconf()
1032 p->nonce_size); in dump_rmconf_single()
H A Disakmp_quick.c218 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
1508 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
H A Disakmp_ident.c376 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Dcfparse.y2197 | NONCE_SIZE NUMBER { cur_rmconf->nonce_size = $2; } EOS
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/
H A Dracoon.conf.in62 nonce_size 16;
85 nonce_size 16;
H A Dracoon.conf.sample-inherit18 nonce_size 16;