| /foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
| H A D | http_request_options.h | 94 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 D | ssl_types.h | 180 CERT *cert; member 213 CERT *cert; member
|
| H A D | ssl_x509.h | 46 * @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 D | validate.js | 129 b.verificationMaterial.content.x509CertificateChain.certificates.forEach((cert, i) => { 130 if (cert.rawBytes.length === 0) {
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | pkcs7.c | 154 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 D | pkcs7.c | 154 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 D | local_code_sign_interface.h | 32 virtual int32_t InitLocalCertificate(const ByteBuffer &challenge, ByteBuffer &cert) = 0;
|
| H A D | local_code_sign_kit.h | 34 * @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 D | cert_parcel.h | 34 std::vector<uint8_t> cert; member in OHOS::Security::DlpPermission::CertParcel
|
| /base/security/dlp_permission_service/frameworks/test/mock/ |
| H A D | dlp_permission_kit.h | 29 static int32_t GenerateDlpCertificate(const PermissionPolicy& policy, std::vector<uint8_t>& cert);
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| H A D | private-lib-tls-openssl.h | 48 X509 *cert; /* X509 is opaque, this has to be a pointer */ member
|
| /third_party/node/test/parallel/ |
| H A D | test-https-server-request-timeout.js | 12 cert: fixtures.readKey('agent1-cert.pem')
|
| H A D | test-https-server-headers-timeout.js | 12 cert: fixtures.readKey('agent1-cert.pem'),
|
| H A D | test-tls-reduced-SECLEVEL-in-cipher.js | 14 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 D | ssl_server2.c | 182 " 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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 D | ocsp.h | 312 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);
|