OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suiteb_flags
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c
1216
unsigned int
suiteb_flags
= 0, suiteb_comb2 = 0;
local
1218
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS_ONLY;
1221
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS;
1223
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS;
1225
suiteb_flags
= SSL_CERT_FLAG_SUITEB_192_LOS;
1228
if (
suiteb_flags
) {
1230
c->cert_flags |=
suiteb_flags
;
1232
suiteb_flags
= c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS;
1235
if (!
suiteb_flags
)
1244
switch (
suiteb_flags
) {
[
all
...]
t1_lib.c
3999
unsigned int
suiteb_flags
= tls1_suiteb(s);
local
4049
if (
suiteb_flags
) {
4053
ok = X509_chain_check_suiteb(NULL, x, chain,
suiteb_flags
);
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c
1259
unsigned int
suiteb_flags
= 0, suiteb_comb2 = 0;
local
1261
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS_ONLY;
1264
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS;
1266
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS;
1268
suiteb_flags
= SSL_CERT_FLAG_SUITEB_192_LOS;
1271
if (
suiteb_flags
) {
1273
c->cert_flags |=
suiteb_flags
;
1275
suiteb_flags
= c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS;
1278
if (!
suiteb_flags
)
1287
switch (
suiteb_flags
) {
[
all
...]
t1_lib.c
2659
unsigned int
suiteb_flags
= tls1_suiteb(s);
local
2694
if (
suiteb_flags
) {
2698
ok = X509_chain_check_suiteb(NULL, x, chain,
suiteb_flags
);
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c
1223
unsigned int
suiteb_flags
= 0, suiteb_comb2 = 0;
local
1225
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS_ONLY;
1228
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS;
1230
suiteb_flags
= SSL_CERT_FLAG_SUITEB_128_LOS;
1232
suiteb_flags
= SSL_CERT_FLAG_SUITEB_192_LOS;
1235
if (
suiteb_flags
) {
1237
c->cert_flags |=
suiteb_flags
;
1239
suiteb_flags
= c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS;
1242
if (!
suiteb_flags
)
1252
switch (
suiteb_flags
) {
[
all
...]
t1_lib.c
2177
unsigned int
suiteb_flags
= tls1_suiteb(s);
local
2212
if (
suiteb_flags
) {
2216
ok = X509_chain_check_suiteb(NULL, x, chain,
suiteb_flags
);
Completed in 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026