Home
last modified time | relevance | path

Searched defs:issuer (Results 51 - 75 of 226) sorted by relevance

12345678910

/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_ext.c433 X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls) in OCSP_url_svcloc_new() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c81 X509_NAME *subject = NULL, *issuer = NULL; in storeutl_main() local
[all...]
H A Dcrl.c91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_kari.c55 CMS_RecipientInfo_kari_get0_orig_id(CMS_RecipientInfo *ri, X509_ALGOR **pubalg, ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) CMS_RecipientInfo_kari_get0_orig_id() argument
113 CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek, ASN1_OCTET_STRING **keyid, ASN1_GENERALIZEDTIME **tm, CMS_OtherKeyAttribute **other, X509_NAME **issuer, ASN1_INTEGER **sno) CMS_RecipientEncryptedKey_get0_id() argument
[all...]
H A Dcms_sd.c202 ossl_cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) ossl_cms_SignerIdentifier_get0_signer_id() argument
600 CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) CMS_SignerInfo_get0_signer_id() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_server.c256 const X509_NAME *issuer; in process_rr() local
H A Dcmp_client.c839 const X509_NAME *issuer = OSSL_CRMF_CERTTEMPLATE_get0_issuer(tmpl); in OSSL_CMP_exec_RR_ses() local
/third_party/openssl/test/
H A Dct_test.c227 X509 *cert = NULL, *issuer = NULL; in execute_cert_test() local
H A Dcmp_msg_test.c430 X509_NAME *issuer = X509_NAME_new(); in execute_rp_create() local
/third_party/openssl/apps/
H A Dstoreutl.c81 X509_NAME *subject = NULL, *issuer = NULL; in storeutl_main() local
[all...]
H A Dcrl.c91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_kari.c55 CMS_RecipientInfo_kari_get0_orig_id(CMS_RecipientInfo *ri, X509_ALGOR **pubalg, ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) CMS_RecipientInfo_kari_get0_orig_id() argument
113 CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek, ASN1_OCTET_STRING **keyid, ASN1_GENERALIZEDTIME **tm, CMS_OtherKeyAttribute **other, X509_NAME **issuer, ASN1_INTEGER **sno) CMS_RecipientEncryptedKey_get0_id() argument
[all...]
H A Dcms_sd.c202 ossl_cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) ossl_cms_SignerIdentifier_get0_signer_id() argument
596 CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) CMS_SignerInfo_get0_signer_id() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_server.c256 const X509_NAME *issuer; in process_rr() local
H A Dcmp_client.c842 const X509_NAME *issuer = OSSL_CRMF_CERTTEMPLATE_get0_issuer(tmpl); in OSSL_CMP_exec_RR_ses() local
/third_party/openssl/crypto/ocsp/
H A Docsp_ext.c433 X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls) in OCSP_url_svcloc_new() argument
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c576 OSSL_CRMF_CERTTEMPLATE_fill(OSSL_CRMF_CERTTEMPLATE *tmpl, EVP_PKEY *pubkey, const X509_NAME *subject, const X509_NAME *issuer, const ASN1_INTEGER *serial) OSSL_CRMF_CERTTEMPLATE_fill() argument
[all...]
H A Dcrmf_local.h108 GENERAL_NAME *issuer; member
312 const X509_NAME *issuer; member
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs404 pub fn issuer(&mut self, always: bool) -> &mut AuthorityKeyIdentifier { in issuer() functions
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c359 X509_NAME *issuer = X509_get_issuer_name(cert); in CheckIsSelfSigned() local
/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_cert_verify_openssl_utils.cpp503 bool HapCertVerifyOpensslUtils::GetIssuerFromX509(const X509* cert, std::string& issuer) in GetIssuerFromX509() argument
529 bool HapCertVerifyOpensslUtils::GetIssuerFromX509Crl(const X509_CRL* crl, std::string& issuer) in GetIssuerFromX509Crl() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_purp.c905 int X509_check_issued(X509 *issuer, X509 *subject) in X509_check_issued() argument
915 ossl_x509_likely_issued(X509 *issuer, X509 *subject) ossl_x509_likely_issued() argument
943 ossl_x509_signing_allowed(const X509 *issuer, const X509 *subject) ossl_x509_signing_allowed() argument
953 X509_check_akid(const X509 *issuer, const AUTHORITY_KEYID *akid) X509_check_akid() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_local.h108 GENERAL_NAME *issuer; member
312 const X509_NAME *issuer; member
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs7.h33 X509_NAME *issuer; member
/third_party/openssl/crypto/x509/
H A Dv3_purp.c905 int X509_check_issued(X509 *issuer, X509 *subject) in X509_check_issued() argument
915 ossl_x509_likely_issued(X509 *issuer, X509 *subject) ossl_x509_likely_issued() argument
943 ossl_x509_signing_allowed(const X509 *issuer, const X509 *subject) ossl_x509_signing_allowed() argument
953 X509_check_akid(const X509 *issuer, const AUTHORITY_KEYID *akid) X509_check_akid() argument
[all...]

Completed in 22 milliseconds

12345678910