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

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/Sample/
H A Danonymous.conf13 nonce_size 16;
H A Dracoon.conf68 # nonce_size 16;
93 nonce_size 16;
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dremoteconf.h123 int nonce_size; /* the number of bytes of nonce */ member in struct:remoteconf
H A Dremoteconf.c269 new->nonce_size = DEFAULT_NONCE_SIZE;
692 p->nonce_size);
H A Disakmp_agg.c192 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
1166 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Disakmp_ident.c461 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
1536 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
H A Dcftoken.l341 <S_RMTS>nonce_size { YYD; return(NONCE_SIZE); }
H A Disakmp_quick.c202 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
1550 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
H A Dcfparse.y1615 | NONCE_SIZE NUMBER { cur_rmconf->nonce_size = $2; } EOS
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h149 size_t nonce_size; /* first argument to ccccm_nonce_decl(). */ member in struct:ccmode_ccm
H A Dccmode_factory.h451 size_t nonce_size; member in struct:_ccmode_ccm_nonce
458 .nonce_size = ccn_sizeof_size(sizeof(struct _ccmode_ccm_nonce)), \
472 .nonce_size = ccn_sizeof_size(sizeof(struct _ccmode_ccm_nonce)), \
H A Dccmode.h495 ccccm_nonce_decl(mode->nonce_size, nonce_ctx);
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DcorecryptoSymmetricBridge.h88 size_t nonce_size; member in struct:ccm_with_nonce_t
H A DCommonCryptor.c876 ctx.ccm->nonce_size == (size_t) 0xffffffffffffffff ||
898 ccm->nonce_size = dataSize;
913 ccm->nonce_size, ccm->nonce_buf, ccm->mac_size, ccm->ad_len, ccm->total_len);
H A DcorecryptoSymmetricBridge.c419 ctx.ccm->nonce_size = (size_t) 0xffffffffffffffff;
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_crypt.c1286 ccccm_nonce_decl(ccmode->nonce_size, nonce_ctx);
1419 ccccm_nonce_decl(ccmode->nonce_size, nonce_ctx);

Completed in 212 milliseconds