OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TLS1_1_VERSION
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c
73
#define
TLS1_1_VERSION
0x0302
203
else if (key->aux.tls_ver >=
TLS1_1_VERSION
)
265
>=
TLS1_1_VERSION
)
496
if ((key->aux.tls_ver=p[arg-4]<<8|p[arg-3]) >=
TLS1_1_VERSION
) {
/external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c
73
#define
TLS1_1_VERSION
0x0302
203
else if (key->aux.tls_ver >=
TLS1_1_VERSION
)
265
>=
TLS1_1_VERSION
)
496
if ((key->aux.tls_ver=p[arg-4]<<8|p[arg-3]) >=
TLS1_1_VERSION
) {