HomeSort by relevance Sort by last modified time
    Searched defs:nonce_size (Results 1 - 5 of 5) 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_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),
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),
  /external/ipsec-tools/src/racoon/
remoteconf.h 86 int nonce_size; /* the number of bytes of nonce */ member in struct:remoteconf

Completed in 1535 milliseconds