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

  /external/boringssl/src/crypto/x509/
x509_ext.c 159 int X509_REVOKED_get_ext_count(X509_REVOKED *x)
164 int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos)
169 int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x, ASN1_OBJECT *obj,
175 int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos)
180 X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *x, int loc)
185 X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc)
190 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc)
195 void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx)
200 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
x_crl.c 85 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
90 static int X509_REVOKED_cmp(const X509_REVOKED **a,
91 const X509_REVOKED **b);
94 ASN1_SEQUENCE(X509_REVOKED) = {
95 ASN1_SIMPLE(X509_REVOKED,serialNumber, ASN1_INTEGER),
96 ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
97 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
98 } ASN1_SEQUENCE_END(X509_REVOKED)
102 X509_REVOKED **ret, ASN1_INTEGER *serial, X509_NAME *issuer);
142 ASN1_SEQUENCE_OF_OPT(X509_CRL_INFO, revoked, X509_REVOKED),
    [all...]
x509cset.c 120 X509_REVOKED *r;
138 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm)
156 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial)
t_crl.c 85 STACK_OF(X509_REVOKED) *rev;
86 X509_REVOKED *r;
x509_vfy.c     [all...]
  /external/boringssl/src/include/openssl/
x509.h 402 DECLARE_STACK_OF(X509_REVOKED)
403 DECLARE_ASN1_SET_OF(X509_REVOKED)
412 STACK_OF(X509_REVOKED) *revoked;
587 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
711 OPENSSL_EXPORT X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev);
810 DECLARE_ASN1_FUNCTIONS(X509_REVOKED)
814 OPENSSL_EXPORT int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
816 X509_REVOKED **ret, ASN1_INTEGER *serial);
817 OPENSSL_EXPORT int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x)
    [all...]
stack_macros.h     [all...]
base.h 248 typedef struct x509_revoked_st X509_REVOKED;
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]

Completed in 317 milliseconds