Searched defs:X509_PURPOSE (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509v3.h404 /* X509_PURPOSE stuff */
466 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
504 DECLARE_STACK_OF(X509_PURPOSE)
681 OPENSSL_EXPORT X509_PURPOSE * X509_PURPOSE_get0(int idx);
685 int (*ck)(const X509_PURPOSE *, const X509 *, int),
687 OPENSSL_EXPORT char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
688 OPENSSL_EXPORT char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
689 OPENSSL_EXPORT int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
691 OPENSSL_EXPORT int X509_PURPOSE_get_id(X509_PURPOSE *);
/external/openssl/crypto/x509v3/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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 793 milliseconds