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

  /external/openssl/crypto/x509v3/
x509v3.h 407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE;
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
  /external/openssl/include/openssl/
x509v3.h 407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE;
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);

Completed in 14 milliseconds