OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idp_flags
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/x509/
x_crl.c
181
crl->
idp_flags
= 0;
292
crl->
idp_flags
|= IDP_PRESENT;
295
crl->
idp_flags
|= IDP_ONLYUSER;
299
crl->
idp_flags
|= IDP_ONLYCA;
303
crl->
idp_flags
|= IDP_ONLYATTR;
307
crl->
idp_flags
|= IDP_INVALID;
310
crl->
idp_flags
|= IDP_INDIRECT;
313
crl->
idp_flags
|= IDP_REASONS;
x509_vfy.c
1210
if ((crl->
idp_flags
& IDP_INVALID) != 0)
1214
if (crl->
idp_flags
& (IDP_INDIRECT | IDP_REASONS))
1216
} else if ((crl->
idp_flags
& IDP_REASONS) != 0) {
1226
if ((crl->
idp_flags
& IDP_INDIRECT) == 0)
1455
if ((crl->
idp_flags
& IDP_ONLYATTR) != 0)
1458
if ((crl->
idp_flags
& IDP_ONLYUSER) != 0)
1461
if ((crl->
idp_flags
& IDP_ONLYCA) != 0)
1572
if ((crl->
idp_flags
& IDP_INVALID) != 0 &&
/src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_crl.c
181
crl->
idp_flags
= 0;
283
crl->
idp_flags
|= IDP_PRESENT;
286
crl->
idp_flags
|= IDP_ONLYUSER;
290
crl->
idp_flags
|= IDP_ONLYCA;
294
crl->
idp_flags
|= IDP_ONLYATTR;
298
crl->
idp_flags
|= IDP_INVALID;
301
crl->
idp_flags
|= IDP_INDIRECT;
304
crl->
idp_flags
|= IDP_REASONS;
x509_vfy.c
1189
if (crl->
idp_flags
& IDP_INVALID)
1193
if (crl->
idp_flags
& (IDP_INDIRECT | IDP_REASONS))
1195
} else if (crl->
idp_flags
& IDP_REASONS) {
1205
if (!(crl->
idp_flags
& IDP_INDIRECT))
1441
if (crl->
idp_flags
& IDP_ONLYATTR)
1444
if (crl->
idp_flags
& IDP_ONLYUSER)
1447
if (crl->
idp_flags
& IDP_ONLYCA)
1560
if ((crl->
idp_flags
& IDP_INVALID) &&
/src/crypto/external/apache2/openssl/dist/crypto/x509/
x_crl.c
180
crl->
idp_flags
= 0;
289
crl->
idp_flags
|= IDP_PRESENT;
292
crl->
idp_flags
|= IDP_ONLYUSER;
296
crl->
idp_flags
|= IDP_ONLYCA;
300
crl->
idp_flags
|= IDP_ONLYATTR;
304
crl->
idp_flags
|= IDP_INVALID;
307
crl->
idp_flags
|= IDP_INDIRECT;
310
crl->
idp_flags
|= IDP_REASONS;
325
if (crl->
idp_flags
== IDP_PRESENT && idp->distpoint == NULL)
326
crl->
idp_flags
|= IDP_INVALID
[
all
...]
x509_vfy.c
1362
if ((crl->
idp_flags
& IDP_INVALID) != 0)
1366
if (crl->
idp_flags
& (IDP_INDIRECT | IDP_REASONS))
1368
} else if ((crl->
idp_flags
& IDP_REASONS) != 0) {
1378
if ((crl->
idp_flags
& IDP_INDIRECT) == 0)
1605
if ((crl->
idp_flags
& IDP_ONLYATTR) != 0)
1608
if ((crl->
idp_flags
& IDP_ONLYUSER) != 0)
1611
if ((crl->
idp_flags
& IDP_ONLYCA) != 0)
1718
if ((crl->
idp_flags
& IDP_INVALID) != 0 && !verify_cb_crl(ctx, X509_V_ERR_INVALID_EXTENSION))
/src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h
102
int
idp_flags
;
member in struct:X509_crl_st
/src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h
113
int
idp_flags
;
member in struct:X509_crl_st
/src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h
113
int
idp_flags
;
member in struct:X509_crl_st
Completed in 47 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026