Home
last modified time | relevance | path

Searched defs:crls (Results 1 - 25 of 25) sorted by relevance

/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dcert_crl_common.c72 void FreeCrlArrayData(HcfX509CrlArray *crls) in FreeCrlArrayData() argument
H A Dcert_crl_collection.c33 HcfX509CrlArray crls; member
257 static CfResult CloneCrlArray(const HcfX509CrlArray *inCrls, HcfX509CrlArray *crls) in CloneCrlArray() argument
[all...]
/base/security/appverify/interfaces/innerkits/appverify/include/util/
H A Dhap_cert_verify_openssl_utils.h58 DLL_EXPORT static X509_CRL* GetCrlBySignedCertIssuer(STACK_OF(X509_CRL)* crls, const X509* cert); member in OHOS::Security::Verify::HapCertVerifyOpensslUtils
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_common.cpp134 bool GetArrayCRLFromNapiValue(napi_env env, napi_value object, HcfX509CrlArray *crls, bool allowEmptyFlag) in GetArrayCRLFromNapiValue() argument
H A Dnapi_cert_crl_collection.cpp163 napi_value NapiCertCRLCollection::SelectCRLsRet(napi_env env, const HcfX509CrlArray *crls) in SelectCRLsRet() argument
462 HcfX509CrlArray crls = { nullptr, 0 }; in ParseCreateCertCRLColJSParams() local
[all...]
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_crl_collection_test.cpp118 static void FreeCrlArrayData(HcfX509CrlArray *crls) in FreeCrlArrayData() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dverify.c245 check(X509_STORE *ctx, const char *file, STACK_OF(X509) *uchain, STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls, int show_chain, STACK_OF(OPENSSL_STRING) *opts) check() argument
/third_party/openssl/test/
H A Dcrltest.c246 static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls, in verify() argument
/third_party/openssl/apps/
H A Dverify.c245 check(X509_STORE *ctx, const char *file, STACK_OF(X509) *uchain, STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls, int show_chain, STACK_OF(OPENSSL_STRING) *opts) check() argument
/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_cert_verify_openssl_utils.cpp434 bool HapCertVerifyOpensslUtils::VerifyCrl(CertChain& certsChain, STACK_OF(X509_CRL)* crls, Pkcs7Context& pkcs7Context) in VerifyCrl() argument
460 X509_CRL* HapCertVerifyOpensslUtils::GetCrlBySignedCertIssuer(STACK_OF(X509_CRL)* crls, const X509* cert) member
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_smime.c260 cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store, STACK_OF(X509) *certs, STACK_OF(X509_CRL) *crls, STACK_OF(X509) **chain, const CMS_CTX *cms_ctx) cms_signerinfo_verify_cert() argument
H A Dcms_local.h79 STACK_OF(CMS_RevocationInfoChoice) *crls; member
125 STACK_OF(CMS_RevocationInfoChoice) *crls; member
/third_party/openssl/crypto/cms/
H A Dcms_smime.c261 cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store, STACK_OF(X509) *certs, STACK_OF(X509_CRL) *crls, STACK_OF(X509) **chain, const CMS_CTX *cms_ctx) cms_signerinfo_verify_cert() argument
H A Dcms_local.h79 STACK_OF(CMS_RevocationInfoChoice) *crls; member
125 STACK_OF(CMS_RevocationInfoChoice) *crls; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h223 STACK_OF(X509_CRL) *crls; member
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h203 STACK_OF(X509_CRL) *crls; member
/third_party/openssl/include/crypto/
H A Dx509.h223 STACK_OF(X509_CRL) *crls; member
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c1276 static int add_crls_store(X509_STORE *st, STACK_OF(X509_CRL) *crls) in add_crls_store() argument
1289 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download) in ssl_ctx_add_crls() argument
1300 ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath, const char *vfyCAfile, const char *vfyCAstore, const char *chCApath, const char *chCAfile, const char *chCAstore, STACK_OF(X509_CRL) *crls, int crl_download) ssl_load_stores() argument
H A Dapps.c819 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls, in load_crls() argument
[all...]
/third_party/openssl/apps/lib/
H A Ds_cb.c1276 static int add_crls_store(X509_STORE *st, STACK_OF(X509_CRL) *crls) in add_crls_store() argument
1289 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download) in ssl_ctx_add_crls() argument
1300 ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath, const char *vfyCAfile, const char *vfyCAstore, const char *chCApath, const char *chCAfile, const char *chCAstore, STACK_OF(X509_CRL) *crls, int crl_download) ssl_load_stores() argument
H A Dapps.c819 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls, in load_crls() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c1056 get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, X509 **pissuer, int *pscore, unsigned int *preasons, STACK_OF(X509_CRL) *crls) get_crl_sk() argument
1171 get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, X509_CRL *base, STACK_OF(X509_CRL) *crls) get_delta_sk() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_local.h325 STACK_OF(X509_CRL) *crls; member
/third_party/openssl/crypto/cmp/
H A Dcmp_local.h325 STACK_OF(X509_CRL) *crls; member
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c1056 get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, X509 **pissuer, int *pscore, unsigned int *preasons, STACK_OF(X509_CRL) *crls) get_crl_sk() argument
1171 get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, X509_CRL *base, STACK_OF(X509_CRL) *crls) get_delta_sk() argument
[all...]

Completed in 34 milliseconds