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_enc
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c
440
sslc->
algorithm_enc
);
545
if (c->
algorithm_enc
== SSL_RC4
549
else if (c->
algorithm_enc
== SSL_AES128
554
else if (c->
algorithm_enc
== SSL_AES256
559
else if (c->
algorithm_enc
== SSL_AES128
564
else if (c->
algorithm_enc
== SSL_AES256
665
if ((c->algorithm_mkey & disabled_mkey) || (c->algorithm_auth & disabled_auth) || (c->
algorithm_enc
& disabled_enc) || (c->algorithm_mac & disabled_mac))
739
uint32_t
algorithm_enc
= cipher_aliases[i].
algorithm_enc
;
local
750
if (
algorithm_enc
)
[
all
...]
ssl_local.h
129
/* Bits for
algorithm_enc
(symmetric encryption) */
392
uint32_t
algorithm_enc
; /* symmetric encryption */
member in struct:ssl_cipher_st
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c
485
int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->
algorithm_enc
);
585
if (c->
algorithm_enc
== SSL_RC4
589
else if (c->
algorithm_enc
== SSL_AES128
594
else if (c->
algorithm_enc
== SSL_AES256
599
else if (c->
algorithm_enc
== SSL_AES128
604
else if (c->
algorithm_enc
== SSL_AES256
706
(c->
algorithm_enc
& disabled_enc) ||
783
uint32_t
algorithm_enc
= cipher_aliases[i].
algorithm_enc
;
local
794
if (
algorithm_enc
)
[
all
...]
ssl_local.h
216
/* Bits for
algorithm_enc
(symmetric encryption) */
473
uint32_t
algorithm_enc
; /* symmetric encryption */
member in struct:ssl_cipher_st
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c
520
i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->
algorithm_enc
);
560
if (c->
algorithm_enc
== SSL_RC4 &&
564
else if (c->
algorithm_enc
== SSL_AES128 &&
568
else if (c->
algorithm_enc
== SSL_AES256 &&
572
else if (c->
algorithm_enc
== SSL_AES128 &&
576
else if (c->
algorithm_enc
== SSL_AES256 &&
670
(c->
algorithm_enc
& disabled_enc) ||
747
uint32_t
algorithm_enc
= cipher_aliases[i].
algorithm_enc
;
local
758
if (
algorithm_enc
)
[
all
...]
ssl_local.h
210
/* Bits for
algorithm_enc
(symmetric encryption) */
425
uint32_t
algorithm_enc
; /* symmetric encryption */
member in struct:ssl_cipher_st
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026