Home
last modified time | relevance | path

Searched defs:certs (Results 51 - 75 of 147) sorted by relevance

123456

/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_collection.cpp457 HcfX509CertificateArray certs = { nullptr, 0 }; in ParseCreateCertCRLColJSParams() local
H A Dnapi_x509_cert_chain.cpp417 HcfX509CertificateArray certs = { nullptr, 0 }; in CreateX509CertChainByArray() local
848 HcfX509CertificateArray certs = { nullptr, 0 }; in NapiGetCertList() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_conf.c65 BIO *certs = NULL; in STACK_OF() local
218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs() argument
H A Dts_rsp_verify.c88 int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, in TS_RESP_verify_signature() argument
H A Dts_rsp_sign.c198 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs) in TS_RESP_CTX_set_certs() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c358 static int check_msg_with_certs(OSSL_CMP_CTX *ctx, const STACK_OF(X509) *certs, in check_msg_with_certs() argument
[all...]
H A Dcmp_ctx.c65 int OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs) in OSSL_CMP_CTX_set1_untrusted() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c358 static int check_msg_with_certs(OSSL_CMP_CTX *ctx, const STACK_OF(X509) *certs, in check_msg_with_certs() argument
[all...]
H A Dcmp_ctx.c65 int OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs) in OSSL_CMP_CTX_set1_untrusted() argument
/third_party/openssl/crypto/ts/
H A Dts_conf.c65 BIO *certs = NULL; in STACK_OF() local
218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs() argument
H A Dts_rsp_verify.c88 int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, in TS_RESP_verify_signature() argument
H A Dts_rsp_sign.c198 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs) in TS_RESP_CTX_set_certs() argument
[all...]
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp66 HcfX509CertificateArray certs = {nullptr, 0}; in TestGetCertList() local
521 static void FreeCertArrayData(HcfX509CertificateArray *certs) in FreeCertArrayData() argument
[all...]
/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_cert_verify_openssl_utils.cpp278 void HapCertVerifyOpensslUtils::GenerateCertSignFromCertStack(STACK_OF(X509)* certs, CertSign& certVisitSign) member
/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_verifier.c169 static int32_t TranslateToX509Format(struct HksCertInfo *certs, uint32_t certNum) in TranslateToX509Format() argument
195 static int32_t VerifyCertChain(const struct HksCertInfo *certs, uint32_t certNum) in VerifyCertChain() argument
237 static int32_t VerifyAttestationCertChain(struct HksCertInfo *certs, uint32_t certNum) in VerifyAttestationCertChain() argument
561 GetParamSetOutInfo(const struct HksCertInfo *certs, struct HksParamSet *paramSetOut) GetParamSetOutInfo() argument
577 InitCertChainInfo(const struct HksCertChain *certChain, struct HksCertInfo **certs) InitCertChainInfo() argument
611 FreeCertChainInfo(struct HksCertInfo **certs, uint32_t certNum) FreeCertChainInfo() argument
[all...]
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c78 static int FsHvbComputeSha256(char *digest, size_t size, struct hvb_cert_data *certs, uint64_t num_certs) in FsHvbComputeSha256() argument
128 static int FsHvbCheckCertChainDigest(struct hvb_cert_data *certs, uint64_t num_certs) in FsHvbCheckCertChainDigest() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp608 int32_t NetworkSecurityConfig::GetTrustAnchorsForHostName(const std::string &hostname, std::vector<std::string> &certs) in GetTrustAnchorsForHostName() argument
H A Dnet_conn_client.cpp862 int32_t NetConnClient::GetTrustAnchorsForHostName(const std::string &hostname, std::vector<std::string> &certs) in GetTrustAnchorsForHostName() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1315 std::vector<std::string> certs; in HWTEST_F() local
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp155 std::vector<std::string> certs; in SslCtxFunction() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_smime.c304 int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, in CMS_verify() argument
260 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
491 CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms, STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags) CMS_verify_receipt() argument
504 CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_sign_ex() argument
549 CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags) CMS_sign() argument
555 CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, unsigned int flags) CMS_sign_receipt() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_smime.c305 int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, in CMS_verify() argument
261 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
492 CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms, STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags) CMS_verify_receipt() argument
505 CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_sign_ex() argument
550 CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags) CMS_sign() argument
556 CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, unsigned int flags) CMS_sign_receipt() argument
[all...]
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type.h126 struct HksBlob *certs; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp579 std::vector<std::string> certs; in SetServerSSLCertOption() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c1140 const gnutls_datum_t *certs; in tls_connection_verify_peer() local
[all...]

Completed in 30 milliseconds

123456