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

  /external/chromium_org/net/quic/crypto/
aes_128_gcm_12_encrypter_openssl.cc 24 Aes128Gcm12Encrypter::Aes128Gcm12Encrypter() : last_seq_num_(0) {}
26 Aes128Gcm12Encrypter::~Aes128Gcm12Encrypter() {}
29 bool Aes128Gcm12Encrypter::IsSupported() { return true; }
31 bool Aes128Gcm12Encrypter::SetKey(StringPiece key) {
53 bool Aes128Gcm12Encrypter::SetNoncePrefix(StringPiece nonce_prefix) {
63 bool Aes128Gcm12Encrypter::Encrypt(StringPiece nonce,
114 QuicData* Aes128Gcm12Encrypter::EncryptPacket(
140 size_t Aes128Gcm12Encrypter::GetKeySize() const { return kKeySize;
    [all...]
aes_128_gcm_12_encrypter.h 23 // An Aes128Gcm12Encrypter is a QuicEncrypter that implements the
29 class NET_EXPORT_PRIVATE Aes128Gcm12Encrypter : public QuicEncrypter {
36 Aes128Gcm12Encrypter();
37 virtual ~Aes128Gcm12Encrypter();
aes_128_gcm_12_encrypter_nss.cc 140 if (max_len < static_cast<unsigned int>(Aes128Gcm12Encrypter::kAuthTagSize)) {
150 static_cast<CK_ULONG>(Aes128Gcm12Encrypter::kAuthTagSize * 8));
232 if ((max_len - Aes128Gcm12Encrypter::kAuthTagSize) <
242 ghash.Finish(out + output_len, Aes128Gcm12Encrypter::kAuthTagSize);
243 for (unsigned int i = 0; i < Aes128Gcm12Encrypter::kAuthTagSize; i++) {
247 *out_len = output_len + Aes128Gcm12Encrypter::kAuthTagSize;
253 Aes128Gcm12Encrypter::Aes128Gcm12Encrypter() : last_seq_num_(0) {
257 Aes128Gcm12Encrypter::~Aes128Gcm12Encrypter() {}
    [all...]
quic_encrypter.cc 16 return new Aes128Gcm12Encrypter();
aes_128_gcm_12_encrypter_test.cc 248 QuicData* EncryptWithNonce(Aes128Gcm12Encrypter* encrypter,
264 if (!Aes128Gcm12Encrypter::IsSupported()) {
307 Aes128Gcm12Encrypter encrypter;
319 ASSERT_LE(static_cast<size_t>(Aes128Gcm12Encrypter::kAuthTagSize),
321 tag_len = Aes128Gcm12Encrypter::kAuthTagSize;
334 Aes128Gcm12Encrypter encrypter;
341 Aes128Gcm12Encrypter encrypter;
crypto_secret_boxer.cc 32 // TODO(rtenneti): Delete sha256 based code. Use Aes128Gcm12Encrypter to Box the
crypto_handshake_test.cc 158 if (!Aes128Gcm12Encrypter::IsSupported()) {
  /external/chromium_org/net/quic/
quic_crypto_client_stream_test.cc 81 if (!Aes128Gcm12Encrypter::IsSupported()) {
91 if (!Aes128Gcm12Encrypter::IsSupported()) {
102 if (!Aes128Gcm12Encrypter::IsSupported()) {
117 if (!Aes128Gcm12Encrypter::IsSupported()) {
133 if (!Aes128Gcm12Encrypter::IsSupported()) {
155 if (!Aes128Gcm12Encrypter::IsSupported()) {
quic_client_session_test.cc 58 if (!Aes128Gcm12Encrypter::IsSupported()) {
67 if (!Aes128Gcm12Encrypter::IsSupported()) {
88 if (!Aes128Gcm12Encrypter::IsSupported()) {
117 if (!Aes128Gcm12Encrypter::IsSupported()) {
quic_crypto_server_stream_test.cc 108 if (!Aes128Gcm12Encrypter::IsSupported()) {
118 if (!Aes128Gcm12Encrypter::IsSupported()) {
133 if (!Aes128Gcm12Encrypter::IsSupported()) {
206 if (!Aes128Gcm12Encrypter::IsSupported()) {
220 if (!Aes128Gcm12Encrypter::IsSupported()) {
233 if (!Aes128Gcm12Encrypter::IsSupported()) {
249 if (!Aes128Gcm12Encrypter::IsSupported()) {
  /external/chromium_org/net/tools/quic/
quic_client_session_test.cc 51 if (!Aes128Gcm12Encrypter::IsSupported()) {
60 if (!Aes128Gcm12Encrypter::IsSupported()) {
80 if (!Aes128Gcm12Encrypter::IsSupported()) {
end_to_end_test.cc 222 if (!Aes128Gcm12Encrypter::IsSupported()) {
237 if (!Aes128Gcm12Encrypter::IsSupported()) {
253 if (!Aes128Gcm12Encrypter::IsSupported()) {
283 if (!Aes128Gcm12Encrypter::IsSupported()) {
298 if (!Aes128Gcm12Encrypter::IsSupported()) {
327 if (!Aes128Gcm12Encrypter::IsSupported()) {
362 if (!Aes128Gcm12Encrypter::IsSupported()) {
398 if (!Aes128Gcm12Encrypter::IsSupported()) {
420 if (!Aes128Gcm12Encrypter::IsSupported()) {
451 if (!Aes128Gcm12Encrypter::IsSupported())
    [all...]

Completed in 98 milliseconds