OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onlysomereasons
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/x509/
x_crl.c
312
if (idp->
onlysomereasons
) {
314
if (idp->
onlysomereasons
->length > 0)
315
crl->idp_reasons = idp->
onlysomereasons
->data[0];
316
if (idp->
onlysomereasons
->length > 1)
317
crl->idp_reasons |= (idp->
onlysomereasons
->data[1] << 8);
v3_crld.c
341
ASN1_IMP_OPT(ISSUING_DIST_POINT,
onlysomereasons
, ASN1_BIT_STRING, 3),
395
} else if (strcmp(name, "
onlysomereasons
") == 0) {
396
if (!set_reasons(&idp->
onlysomereasons
, val))
452
if (idp->
onlysomereasons
)
453
print_reasons(out, "Only Some Reasons", idp->
onlysomereasons
, indent);
457
&& (idp->indirectCRL <= 0) && !idp->
onlysomereasons
/src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_crl.c
303
if (idp->
onlysomereasons
) {
305
if (idp->
onlysomereasons
->length > 0)
306
crl->idp_reasons = idp->
onlysomereasons
->data[0];
307
if (idp->
onlysomereasons
->length > 1)
308
crl->idp_reasons |= (idp->
onlysomereasons
->data[1] << 8);
/src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_crld.c
337
ASN1_IMP_OPT(ISSUING_DIST_POINT,
onlysomereasons
, ASN1_BIT_STRING, 3),
391
} else if (strcmp(name, "
onlysomereasons
") == 0) {
392
if (!set_reasons(&idp->
onlysomereasons
, val))
447
if (idp->
onlysomereasons
)
448
print_reasons(out, "Only Some Reasons", idp->
onlysomereasons
, indent);
452
&& (idp->indirectCRL <= 0) && !idp->
onlysomereasons
/src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_crld.c
348
ASN1_IMP_OPT(ISSUING_DIST_POINT,
onlysomereasons
, ASN1_BIT_STRING, 3),
404
} else if (strcmp(name, "
onlysomereasons
") == 0) {
405
if (!set_reasons(&idp->
onlysomereasons
, val))
448
if (idp->
onlysomereasons
)
449
print_reasons(out, "Only Some Reasons", idp->
onlysomereasons
, indent);
453
&& (idp->indirectCRL <= 0) && !idp->
onlysomereasons
x_crl.c
309
if (idp->
onlysomereasons
) {
311
if (idp->
onlysomereasons
->length > 0)
312
crl->idp_reasons = idp->
onlysomereasons
->data[0];
313
if (idp->
onlysomereasons
->length > 1)
314
crl->idp_reasons |= (idp->
onlysomereasons
->data[1] << 8);
323
* be either a distributionPoint field or an
onlySomeReasons
field present.
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h
302
ASN1_BIT_STRING *
onlysomereasons
;
member in struct:ISSUING_DIST_POINT_st
320
/*
onlysomereasons
present */
/src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in
371
ASN1_BIT_STRING *
onlysomereasons
;
389
/*
onlysomereasons
present */
/src/crypto/external/bsd/openssl/dist/include/openssl/
x509v3.h.in
343
ASN1_BIT_STRING *
onlysomereasons
;
361
/*
onlysomereasons
present */
Completed in 19 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026