OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idp_reasons
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/x509/
x_crl.c
248
crl->
idp_reasons
= CRLDP_ALL_REASONS;
364
crl->idp_flags |=
IDP_REASONS
;
366
crl->
idp_reasons
= idp->onlysomereasons->data[0];
368
crl->
idp_reasons
|=
370
crl->
idp_reasons
&= CRLDP_ALL_REASONS;
x509_vfy.c
1136
if (crl->idp_flags & (IDP_INDIRECT |
IDP_REASONS
))
1139
else if (crl->idp_flags &
IDP_REASONS
)
1142
if (!(crl->
idp_reasons
& ~tmp_reasons))
[
all
...]
/external/boringssl/src/include/openssl/
x509.h
430
int
idp_reasons
;
member in struct:X509_crl_st
[
all
...]
Completed in 720 milliseconds