OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:algorithm_mac
(Results
1 - 4
of
4
) sorted by null
/external/openssl/ssl/
ssl_ciph.c
576
switch (c->
algorithm_mac
)
605
if (c->
algorithm_mac
== SSL_AEAD)
631
c->
algorithm_mac
== SSL_MD5 &&
635
c->
algorithm_mac
== SSL_SHA1 &&
639
c->
algorithm_mac
== SSL_SHA1 &&
808
!(c->
algorithm_mac
& disabled_mac) &&
891
unsigned long
algorithm_mac
= cipher_aliases[i].
algorithm_mac
;
local
906
if (
algorithm_mac
)
907
if ((
algorithm_mac
& mask_mac) == 0
[
all
...]
ssl.h
399
unsigned long
algorithm_mac
; /* symmetric authentication */
member in struct:ssl_cipher_st
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h
317
unsigned long
algorithm_mac
; /* symmetric authentication */
member in struct:ssl_cipher_st
[
all
...]
/external/openssl/include/openssl/
ssl.h
399
unsigned long
algorithm_mac
; /* symmetric authentication */
member in struct:ssl_cipher_st
[
all
...]
Completed in 473 milliseconds