HomeSort by relevance Sort by last modified time
    Searched defs:revoked (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/ocsp/
ocsp.h 230 * revoked [1] IMPLICIT RevokedInfo,
241 OCSP_REVOKEDINFO *revoked; member in union:ocsp_cert_status_st::__anon12663
  /external/openssl/include/openssl/
ocsp.h 230 * revoked [1] IMPLICIT RevokedInfo,
241 OCSP_REVOKEDINFO *revoked; member in union:ocsp_cert_status_st::__anon12707
x509.h 456 STACK_OF(X509_REVOKED) *revoked; member in struct:X509_crl_info_st
625 #define X509_CRL_get_REVOKED(x) ((x)->crl->revoked)
    [all...]
  /external/openssl/crypto/x509/
x509.h 456 STACK_OF(X509_REVOKED) *revoked; member in struct:X509_crl_info_st
625 #define X509_CRL_get_REVOKED(x) ((x)->crl->revoked)
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 4077 X509_REVOKED* revoked = reinterpret_cast<X509_REVOKED*>(static_cast<uintptr_t>(x509RevokedRef)); local
4195 X509_REVOKED* revoked = NULL; local
4237 X509_REVOKED* revoked = NULL; local
4428 X509_REVOKED* revoked = reinterpret_cast<X509_REVOKED*>(static_cast<uintptr_t>(x509RevokedRef)); local
4437 X509_REVOKED* revoked = reinterpret_cast<X509_REVOKED*>(static_cast<uintptr_t>(x509RevokedRef)); local
4452 X509_REVOKED* revoked = reinterpret_cast<X509_REVOKED*>(static_cast<uintptr_t>(x509RevokedRef)); local
4467 X509_REVOKED* revoked = reinterpret_cast<X509_REVOKED*>(static_cast<uintptr_t>(x509RevokedRef)); local
    [all...]

Completed in 67 milliseconds