OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_aead
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/ssl/
ssl_cipher_suite_names_unittest.cc
16
bool
is_aead
;
local
18
SSLCipherSuiteToStrings(&key_exchange, &cipher, &mac, &
is_aead
, 0xc001);
22
EXPECT_FALSE(
is_aead
);
24
SSLCipherSuiteToStrings(&key_exchange, &cipher, &mac, &
is_aead
, 0x009f);
27
EXPECT_TRUE(
is_aead
);
30
SSLCipherSuiteToStrings(&key_exchange, &cipher, &mac, &
is_aead
, 0xff31);
34
EXPECT_FALSE(
is_aead
);
ssl_cipher_suite_names.h
21
// In the case of an AEAD cipher suite, *mac_str is NULL and *
is_aead
is true.
25
bool*
is_aead
,
ssl_cipher_suite_names.cc
278
bool *
is_aead
,
281
*
is_aead
= false;
302
*
is_aead
= true;
/external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc
494
bool
is_aead
;
local
496
&key_exchange, &cipher, &mac, &
is_aead
, cipher_suite);
499
if (
is_aead
) {
Completed in 589 milliseconds