Searched refs:idp_flags (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dx_crl.c222 crl->idp_flags = 0;
315 crl->idp_flags |= IDP_PRESENT;
319 crl->idp_flags |= IDP_ONLYUSER;
324 crl->idp_flags |= IDP_ONLYCA;
329 crl->idp_flags |= IDP_ONLYATTR;
333 crl->idp_flags |= IDP_INVALID;
336 crl->idp_flags |= IDP_INDIRECT;
340 crl->idp_flags |= IDP_REASONS;
/external/openssl/crypto/asn1/
H A Dx_crl.c222 crl->idp_flags = 0;
315 crl->idp_flags |= IDP_PRESENT;
319 crl->idp_flags |= IDP_ONLYUSER;
324 crl->idp_flags |= IDP_ONLYCA;
329 crl->idp_flags |= IDP_ONLYATTR;
333 crl->idp_flags |= IDP_INVALID;
336 crl->idp_flags |= IDP_INDIRECT;
340 crl->idp_flags |= IDP_REASONS;
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_vfy.c985 if (crl->idp_flags & IDP_INVALID)
990 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
993 else if (crl->idp_flags & IDP_REASONS)
1005 if (!(crl->idp_flags & IDP_INDIRECT))
1257 if (crl->idp_flags & IDP_ONLYATTR)
1261 if (crl->idp_flags & IDP_ONLYUSER)
1266 if (crl->idp_flags & IDP_ONLYCA)
1399 if (crl->idp_flags & IDP_INVALID)
H A Dx509.h473 int idp_flags; member in struct:X509_crl_st
/external/openssl/crypto/x509/
H A Dx509_vfy.c985 if (crl->idp_flags & IDP_INVALID)
990 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
993 else if (crl->idp_flags & IDP_REASONS)
1005 if (!(crl->idp_flags & IDP_INDIRECT))
1257 if (crl->idp_flags & IDP_ONLYATTR)
1261 if (crl->idp_flags & IDP_ONLYUSER)
1266 if (crl->idp_flags & IDP_ONLYCA)
1399 if (crl->idp_flags & IDP_INVALID)
H A Dx509.h473 int idp_flags; member in struct:X509_crl_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dx509.h473 int idp_flags; member in struct:X509_crl_st
/external/openssl/include/openssl/
H A Dx509.h473 int idp_flags; member in struct:X509_crl_st

Completed in 382 milliseconds