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

  /external/chromium_org/net/quic/crypto/
aead_base_decrypter_openssl.cc 118 const size_t nonce_size = nonce_prefix_size_ + sizeof(sequence_number); local
119 DCHECK_LE(nonce_size, sizeof(nonce));
122 if (!Decrypt(StringPiece(reinterpret_cast<char*>(nonce), nonce_size),
aead_base_decrypter_nss.cc 129 const size_t nonce_size = nonce_prefix_size_ + sizeof(sequence_number); local
130 DCHECK_LE(nonce_size, sizeof(nonce));
133 if (!Decrypt(StringPiece(reinterpret_cast<char*>(nonce), nonce_size),
aead_base_encrypter_nss.cc 123 const size_t nonce_size = nonce_prefix_size_ + sizeof(sequence_number); local
124 DCHECK_LE(nonce_size, sizeof(nonce));
127 if (!Encrypt(StringPiece(reinterpret_cast<char*>(nonce), nonce_size),
aead_base_encrypter_openssl.cc 109 const size_t nonce_size = nonce_prefix_size_ + sizeof(sequence_number); local
110 DCHECK_LE(nonce_size, sizeof(nonce));
113 if (!Encrypt(StringPiece(reinterpret_cast<char*>(nonce), nonce_size),
  /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;
574 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...]

Completed in 350 milliseconds