OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Aes128Gcm12Encrypter
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/crypto/
aes_128_gcm_12_encrypter_openssl.cc
18
Aes128Gcm12Encrypter
::
Aes128Gcm12Encrypter
()
26
Aes128Gcm12Encrypter
::~
Aes128Gcm12Encrypter
() {}
aes_128_gcm_12_encrypter.h
12
// An
Aes128Gcm12Encrypter
is a QuicEncrypter that implements the
18
class NET_EXPORT_PRIVATE
Aes128Gcm12Encrypter
: public AeadBaseEncrypter {
25
Aes128Gcm12Encrypter
();
26
virtual ~
Aes128Gcm12Encrypter
();
38
DISALLOW_COPY_AND_ASSIGN(
Aes128Gcm12Encrypter
);
aes_128_gcm_12_encrypter_nss.cc
96
if (max_len < static_cast<unsigned int>(
Aes128Gcm12Encrypter
::kAuthTagSize)) {
106
static_cast<CK_ULONG>(
Aes128Gcm12Encrypter
::kAuthTagSize * 8));
188
if ((max_len -
Aes128Gcm12Encrypter
::kAuthTagSize) <
198
ghash.Finish(out + output_len,
Aes128Gcm12Encrypter
::kAuthTagSize);
199
for (unsigned int i = 0; i <
Aes128Gcm12Encrypter
::kAuthTagSize; i++) {
203
*out_len = output_len +
Aes128Gcm12Encrypter
::kAuthTagSize;
209
Aes128Gcm12Encrypter
::
Aes128Gcm12Encrypter
()
218
Aes128Gcm12Encrypter
::~
Aes128Gcm12Encrypter
() {}
[
all
...]
Completed in 700 milliseconds