Home
last modified time | relevance | path

Searched refs:cert (Results 476 - 500 of 1243) sorted by relevance

1...<<11121314151617181920>>...50

/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h94 void SetClientCert(std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd);
140 void GetClientCert(std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h180 CERT *cert; member
213 CERT *cert; member
H A Dssl_x509.h46 * @brief load a character certification context into system context. If '*cert' is pointed to the
49 * @param cert - a point pointed to X509 certification
55 X509* d2i_X509(X509 **cert, const unsigned char *buffer, long len);
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/
H A Dvalidate.js129 b.verificationMaterial.content.x509CertificateChain.certificates.forEach((cert, i) => {
130 if (cert.rawBytes.length === 0) {
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs7.c154 certs = p7->d.sign->cert; in pkcs7_main()
160 certs = p7->d.signed_and_enveloped->cert; in pkcs7_main()
/third_party/openssl/apps/
H A Dpkcs7.c154 certs = p7->d.sign->cert; in pkcs7_main()
160 certs = p7->d.signed_and_enveloped->cert; in pkcs7_main()
/base/security/code_signature/interfaces/innerkits/local_code_sign/include/
H A Dlocal_code_sign_interface.h32 virtual int32_t InitLocalCertificate(const ByteBuffer &challenge, ByteBuffer &cert) = 0;
H A Dlocal_code_sign_kit.h34 * @param cert certificate from local code sign SA
37 static int32_t InitLocalCertificate(ByteBuffer &cert);
/base/security/dlp_permission_service/frameworks/common/include/
H A Dcert_parcel.h34 std::vector<uint8_t> cert; member in OHOS::Security::DlpPermission::CertParcel
/base/security/dlp_permission_service/frameworks/test/mock/
H A Ddlp_permission_kit.h29 static int32_t GenerateDlpCertificate(const PermissionPolicy& policy, std::vector<uint8_t>& cert);
/third_party/libwebsockets/lib/tls/openssl/
H A Dprivate-lib-tls-openssl.h48 X509 *cert; /* X509 is opaque, this has to be a pointer */ member
/third_party/node/test/parallel/
H A Dtest-https-server-request-timeout.js12 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-server-headers-timeout.js12 cert: fixtures.readKey('agent1-cert.pem'),
H A Dtest-tls-reduced-SECLEVEL-in-cipher.js14 cert: fixtures.readKey('agent11-cert.pem'),
23 // As ciphers are getting set before the cert and key get loaded.
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c182 " crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
187 " crt_file2=%%s Your second cert and chain (in bottom to top order, top may be omitted)\n" \
751 mbedtls_x509_crt *cert; member
764 mbedtls_x509_crt_free(cur->cert); in sni_free()
765 mbedtls_free(cur->cert); in sni_free()
819 if ((new->cert = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL || in sni_parse()
824 mbedtls_x509_crt_init(new->cert); in sni_parse()
827 if (mbedtls_x509_crt_parse_file(new->cert, crt_file) != 0 || in sni_parse()
932 return mbedtls_ssl_set_hs_own_cert(ssl, cur->cert, cur->key); in cert_callback()
1086 mbedtls_x509_crt *cert; /*!< Certificat member
1108 ssl_async_set_key(ssl_async_key_context_t *ctx, mbedtls_x509_crt *cert, mbedtls_pk_context *pk, int pk_take_ownership, unsigned delay) ssl_async_set_key() argument
1152 ssl_async_start(mbedtls_ssl_context *ssl, mbedtls_x509_crt *cert, ssl_async_operation_type_t op_type, mbedtls_md_type_t md_alg, const unsigned char *input, size_t input_len) ssl_async_start() argument
1220 ssl_async_sign(mbedtls_ssl_context *ssl, mbedtls_x509_crt *cert, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len) ssl_async_sign() argument
1231 ssl_async_decrypt(mbedtls_ssl_context *ssl, mbedtls_x509_crt *cert, const unsigned char *input, size_t input_len) ssl_async_decrypt() argument
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Docsp.h312 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
376 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);

Completed in 19 milliseconds

1...<<11121314151617181920>>...50