OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCiphertextSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/crypto/
null_encrypter.cc
55
size_t NullEncrypter::
GetCiphertextSize
(size_t plaintext_size) const {
aes_128_gcm_12_encrypter_openssl.cc
135
size_t ciphertext_size =
GetCiphertextSize
(plaintext.length());
165
size_t Aes128Gcm12Encrypter::
GetCiphertextSize
(size_t plaintext_size) const {
aes_128_gcm_12_encrypter_nss.cc
286
size_t ciphertext_size =
GetCiphertextSize
(plaintext.length());
342
size_t ciphertext_size =
GetCiphertextSize
(plaintext.length());
372
size_t Aes128Gcm12Encrypter::
GetCiphertextSize
(size_t plaintext_size) const {
Completed in 53 milliseconds