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

  /external/ipsec-tools/src/racoon/
remoteconf.h 86 int nonce_size; /* the number of bytes of nonce */ member in struct:remoteconf
remoteconf.c 185 new->nonce_size = DEFAULT_NONCE_SIZE;
572 p->nonce_size);
isakmp_agg.c 177 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
983 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
    [all...]
isakmp_base.c 151 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
944 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
    [all...]
isakmp_ident.c 375 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
1276 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
    [all...]
isakmp_quick.c 180 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
1215 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
    [all...]
cftoken.l 333 <S_RMTS>nonce_size { YYD; return(NONCE_SIZE); }
cfparse.y 221 %token NONCE_SIZE DH_GROUP KEEPALIVE PASSIVE INITIAL_CONTACT
    [all...]
  /external/libweave/third_party/libuweave/src/
macaroon_caveat.h 52 size_t nonce_size,
macaroon_caveat.c 161 size_t nonce_size,
166 nonce_size, buffer, buffer_size, new_caveat);
  /device/google/dragon/recovery/updater/
debug_ec.c 580 p.nonce_size = sizeof(nonce);
582 p.nonce_size = 0;
ec_commands.h 1574 uint8_t nonce_size; \/* Nonce size; may be 0 *\/ member in struct:ec_params_vboot_hash
    [all...]

Completed in 797 milliseconds