Searched defs:xp (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_purp.c | 242 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() 247 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name() 252 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname() 257 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust() 712 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client() 736 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server() 789 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign() 809 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign() 824 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ocsp_helper() 880 static int check_purpose_code_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_code_sign() [all …]
|
H A D | x509_trust.c | 201 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags() 206 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name() 211 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust()
|
H A D | x509_vfy.c | 2546 X509_PURPOSE *xp = X509_PURPOSE_get0(idx); in X509_STORE_CTX_init() local
|
/openssl/test/ |
H A D | evp_extra_test.c | 2990 X509_PUBKEY *xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_inplace() local 3021 X509_PUBKEY *xp = NULL, *xq = NULL; in test_X509_PUBKEY_dup() local
|
Completed in 35 milliseconds