OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:algorithm_mac
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c
470
int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->
algorithm_mac
);
536
&& (c->
algorithm_mac
== SSL_AEAD
546
&& c->
algorithm_mac
== SSL_MD5)
550
&& c->
algorithm_mac
== SSL_SHA1)
555
&& c->
algorithm_mac
== SSL_SHA1)
560
&& c->
algorithm_mac
== SSL_SHA256)
565
&& c->
algorithm_mac
== SSL_SHA256)
665
if ((c->algorithm_mkey & disabled_mkey) || (c->algorithm_auth & disabled_auth) || (c->algorithm_enc & disabled_enc) || (c->
algorithm_mac
& disabled_mac))
740
uint32_t
algorithm_mac
= cipher_aliases[i].
algorithm_mac
;
local
[
all
...]
ssl_local.h
166
/* Bits for
algorithm_mac
(symmetric authentication) */
393
uint32_t
algorithm_mac
; /* symmetric authentication */
member in struct:ssl_cipher_st
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c
550
i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->
algorithm_mac
);
557
if (c->
algorithm_mac
== SSL_AEAD)
586
&& c->
algorithm_mac
== SSL_MD5)
590
&& c->
algorithm_mac
== SSL_SHA1)
595
&& c->
algorithm_mac
== SSL_SHA1)
600
&& c->
algorithm_mac
== SSL_SHA256)
605
&& c->
algorithm_mac
== SSL_SHA256)
707
(c->
algorithm_mac
& disabled_mac))
784
uint32_t
algorithm_mac
= cipher_aliases[i].
algorithm_mac
;
local
[
all
...]
ssl_local.h
253
/* Bits for
algorithm_mac
(symmetric authentication) */
474
uint32_t
algorithm_mac
; /* symmetric authentication */
member in struct:ssl_cipher_st
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c
531
i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->
algorithm_mac
);
538
if (c->
algorithm_mac
== SSL_AEAD)
561
c->
algorithm_mac
== SSL_MD5 &&
565
c->
algorithm_mac
== SSL_SHA1 &&
569
c->
algorithm_mac
== SSL_SHA1 &&
573
c->
algorithm_mac
== SSL_SHA256 &&
577
c->
algorithm_mac
== SSL_SHA256 &&
671
(c->
algorithm_mac
& disabled_mac))
748
uint32_t
algorithm_mac
= cipher_aliases[i].
algorithm_mac
;
local
[
all
...]
ssl_local.h
242
/* Bits for
algorithm_mac
(symmetric authentication) */
426
uint32_t
algorithm_mac
; /* symmetric authentication */
member in struct:ssl_cipher_st
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026