Home
last modified time | relevance | path

Searched refs:X509_PURPOSE (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/x509/
Dv3_purp.c20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
22 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
24 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
27 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
29 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
31 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
33 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
35 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x,
37 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x,
40 static int xp_cmp(const X509_PURPOSE *const *a, const X509_PURPOSE *const *b);
[all …]
Dx509_vfy.c2247 X509_PURPOSE *ptmp; in X509_STORE_CTX_purpose_inherit()
2435 X509_PURPOSE *xp = X509_PURPOSE_get0(idx); in X509_STORE_CTX_init()
/third_party/openssl/ohos_lite/include/openssl/
Dx509v3.h411 } X509_PURPOSE; typedef
449 DEFINE_STACK_OF(X509_PURPOSE)
669 X509_PURPOSE *X509_PURPOSE_get0(int idx);
673 int (*ck) (const X509_PURPOSE *, const X509 *, int),
675 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp);
676 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp);
677 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp);
679 int X509_PURPOSE_get_id(const X509_PURPOSE *);
/third_party/openssl/include/openssl/
Dx509v3.h.in396 /* X509_PURPOSE stuff */
462 } X509_PURPOSE; typedef
465 generate_stack_macros("X509_PURPOSE");
731 X509_PURPOSE *X509_PURPOSE_get0(int idx);
735 int (*ck) (const X509_PURPOSE *, const X509 *, int),
737 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp);
738 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp);
739 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp);
741 int X509_PURPOSE_get_id(const X509_PURPOSE *);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs650 pub struct X509_PURPOSE { struct
655 Option<unsafe extern "C" fn(*const X509_PURPOSE, *const X509, c_int) -> c_int>, argument
664 pub fn X509_PURPOSE_get0(idx: c_int) -> *mut X509_PURPOSE; argument
/third_party/openssl/apps/
Dverify.c107 X509_PURPOSE *ptmp = X509_PURPOSE_get0(i); in verify_main()
Dx509.c38 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
1160 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) in purpose_print()
/third_party/openssl/util/
Dindent.pro458 -T X509_PURPOSE
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2046 type CType = ffi::X509_PURPOSE;
2098 let x509_purpose: *mut ffi::X509_PURPOSE = self.as_ptr(); in purpose()
/third_party/openssl/apps/lib/
Dopt.c682 X509_PURPOSE *xptmp; in opt_verify()
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md26 * Added `X509_PURPOSE`, `X509_STORE_set_purpose`, and `X509_STORE_set_trust`.
/third_party/openssl/
DCHANGES.md17015 * Modify X509_TRUST and X509_PURPOSE so it also uses a static and