Searched refs:X509_check_purpose (Results 1 – 22 of 22) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | v3_purp.c | 81 int X509_check_purpose(X509 *x, int id, int require_ca) in X509_check_purpose() function 994 X509_check_purpose(x, -1, 0); in X509_get_extension_flags() 1001 if (X509_check_purpose(x, -1, 0) != 1) in X509_get_key_usage() 1011 if (X509_check_purpose(x, -1, 0) != 1) in X509_get_extended_key_usage() 1021 if (X509_check_purpose(x, -1, 0) != 1) in X509_get0_subject_key_id() 1029 if (X509_check_purpose(x, -1, 0) != 1) in X509_get0_authority_key_id() 1037 if (X509_check_purpose(x, -1, 0) != 1) in X509_get0_authority_issuer() 1045 if (X509_check_purpose(x, -1, 0) != 1) in X509_get0_authority_serial() 1053 if (X509_check_purpose(x, -1, 0) != 1 in X509_get_pathlen() 1062 if (X509_check_purpose(x, -1, 0) != 1 in X509_get_proxy_pathlen()
|
D | x509_cmp.c | 163 (void)X509_check_purpose((X509 *)a, -1, 0); in X509_cmp() 164 (void)X509_check_purpose((X509 *)b, -1, 0); in X509_cmp()
|
D | x509_set.c | 191 X509_check_purpose(x, -1, -1); in X509_get_signature_info()
|
D | x509_trust.c | 243 if (X509_check_purpose(x, -1, 0) != 1) in trust_compat()
|
D | pcy_tree.c | 124 X509_check_purpose(x, -1, 0); in tree_init()
|
D | x509_vfy.c | 432 switch (X509_check_purpose(x, purpose, must_be_ca > 0)) { in check_purpose()
|
/third_party/openssl/doc/man3/ |
D | X509_check_purpose.pod | 5 X509_check_purpose - Check the purpose of a certificate 11 int X509_check_purpose(X509 *x, int id, int ca);
|
D | X509_check_ca.pod | 37 L<X509_check_purpose(3)>
|
D | X509_new.pod | 26 count of B<1>. Many X509 functions such as X509_check_purpose(), and
|
D | X509_get_extension_flags.pod | 193 L<X509_check_purpose(3)>
|
D | EVP_PKEY_ASN1_METHOD.pod | 341 It's called as part of L<X509_check_purpose(3)>, L<X509_check_ca(3)>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 664 X509_check_purpose(signer, -1, 0); in check_ocsp_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 664 X509_check_purpose(signer, -1, 0); in check_ocsp_resp()
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_sign.c | 162 if (X509_check_purpose(signer, X509_PURPOSE_TIMESTAMP_SIGN, 0) != 1) { in TS_RESP_CTX_set_signer_cert()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509v3.h | 651 int X509_check_purpose(X509 *x, int id, int ca);
|
/third_party/openssl/util/ |
D | missingcrypto111.txt | 1604 X509_check_purpose(3)
|
D | libcrypto.num | 2886 X509_check_purpose 2951 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/crypto/cms/ |
D | cms_sd.c | 326 X509_check_purpose(signer, -1, -1); in CMS_add1_signer()
|
/third_party/openssl/apps/ |
D | x509.c | 1167 idret = X509_check_purpose(cert, id, i); in purpose_print()
|
/third_party/openssl/include/openssl/ |
D | x509v3.h.in | 713 int X509_check_purpose(X509 *x, int id, int ca);
|
/third_party/openssl/doc/ |
D | build.info | 2730 DEPEND[html/man3/X509_check_purpose.html]=man3/X509_check_purpose.pod 2731 GENERATE[html/man3/X509_check_purpose.html]=man3/X509_check_purpose.pod 2732 DEPEND[man/man3/X509_check_purpose.3]=man3/X509_check_purpose.pod 2733 GENERATE[man/man3/X509_check_purpose.3]=man3/X509_check_purpose.pod 3420 html/man3/X509_check_purpose.html \ 4016 man/man3/X509_check_purpose.3 \
|
/third_party/openssl/engines/ |
D | e_capi.c | 1753 && X509_check_purpose(x, X509_PURPOSE_SSL_CLIENT, 0)) { in capi_load_ssl_client_cert()
|