Searched defs:xp (Results 1 – 4 of 4) sorted by relevance
/openssl-master/crypto/x509/ |
A D | v3_purp.c | 239 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() 244 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name() 249 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname() 254 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust() 714 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client() 738 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server() 755 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server() 795 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign() 819 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign() 838 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ocsp_helper() [all …]
|
A D | x509_trust.c | 202 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags() 207 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name() 212 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust()
|
A D | x509_vfy.c | 2436 X509_PURPOSE *xp = X509_PURPOSE_get0(idx); in X509_STORE_CTX_init() local
|
/openssl-master/test/ |
A D | evp_extra_test.c | 2333 X509_PUBKEY *xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_inplace() local 2364 X509_PUBKEY *xp = NULL, *xq = NULL; in test_X509_PUBKEY_dup() local
|
Completed in 19 milliseconds