OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_ver
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c
81
unsigned int
tls_ver
;
member in union:__anon15546::__anon15547
203
else if (key->aux.
tls_ver
>= 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
81
unsigned int
tls_ver
;
member in union:__anon25994::__anon25995
203
else if (key->aux.
tls_ver
>= TLS1_1_VERSION)
496
if ((key->aux.
tls_ver
=p[arg-4]<<8|p[arg-3]) >= TLS1_1_VERSION) {
Completed in 261 milliseconds