HomeSort by relevance Sort by last modified time
    Searched refs:x509crl (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_asn.c 86 ADB_ENTRY(NID_x509Crl, ASN1_EXP(PKCS12_BAGS, value.x509crl, ASN1_OCTET_STRING, 0)),
pkcs12.h 131 ASN1_OCTET_STRING *x509crl; member in union:pkcs12_bag_st::__anon18508
  /external/openssl/crypto/pkcs12/
p12_asn.c 86 ADB_ENTRY(NID_x509Crl, ASN1_EXP(PKCS12_BAGS, value.x509crl, ASN1_OCTET_STRING, 0)),
pkcs12.h 131 ASN1_OCTET_STRING *x509crl; member in union:pkcs12_bag_st::__anon32109
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 30 import java.security.cert.X509CRL;
141 private static String x509crl = field in class:CertificateFactory_ImplTest
272 ((X509CRL) i.next()).verify(publicKey);
309 (good[i][0] + x509crl + good[i][1]).getBytes("UTF-8"));
311 X509CRL crl = (X509CRL) factory.generateCRL(bais);
333 (bad[i][0] + x509crl + bad[i][1]).getBytes("UTF-8"));
346 ((X509CRL) it.next()).verify(publicKey);
408 data[pem_x509] = (good[0][0] + x509crl + good[0][1] + "\n").getBytes("UTF-8");
409 data[asn_x509] = Base64.decode(x509crl.getBytes("UTF-8"))
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pkcs12.h 131 ASN1_OCTET_STRING *x509crl; member in union:pkcs12_bag_st::__anon18554
  /external/openssl/include/openssl/
pkcs12.h 131 ASN1_OCTET_STRING *x509crl; member in union:pkcs12_bag_st::__anon32152
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 5135 X509_CRL* x509crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509crlRef)); local
5161 X509_CRL* x509crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509crlRef)); local
    [all...]

Completed in 161 milliseconds