HomeSort by relevance Sort by last modified time
    Searched refs:X509_REVOKED (Results 1 - 13 of 13) 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 83 int (*crl_lookup) (X509_CRL *crl, X509_REVOKED **ret,
88 static int X509_REVOKED_cmp(const X509_REVOKED **a, const X509_REVOKED **b);
91 ASN1_SEQUENCE(X509_REVOKED) = {
92 ASN1_SIMPLE(X509_REVOKED,serialNumber, ASN1_INTEGER),
93 ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
94 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
95 } ASN1_SEQUENCE_END(X509_REVOKED)
99 X509_REVOKED **ret, ASN1_INTEGER *serial,
142 ASN1_SEQUENCE_OF_OPT(X509_CRL_INFO, revoked, X509_REVOKED),
    [all...]
x509cset.c 119 X509_REVOKED *r;
138 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm)
155 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial)
t_crl.c 83 STACK_OF(X509_REVOKED) *rev;
84 X509_REVOKED *r;
x509_vfy.c     [all...]
  /external/boringssl/src/include/openssl/
x509.h 400 DEFINE_STACK_OF(X509_REVOKED)
401 DECLARE_ASN1_SET_OF(X509_REVOKED)
410 STACK_OF(X509_REVOKED) *revoked;
548 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
679 OPENSSL_EXPORT X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev);
780 DECLARE_ASN1_FUNCTIONS(X509_REVOKED)
784 OPENSSL_EXPORT int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
786 X509_REVOKED **ret, ASN1_INTEGER *serial);
787 OPENSSL_EXPORT int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x)
    [all...]
base.h 339 typedef struct x509_revoked_st X509_REVOKED;
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py     [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 81 milliseconds