Home
last modified time | relevance | path

Searched refs:cert (Results 926 - 950 of 1243) sorted by relevance

1...<<31323334353637383940>>...50

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dikev2.c558 const u8 *cert, size_t cert_len) in ikev2_process_cert()
562 if (cert == NULL) { in ikev2_process_cert()
575 cert_encoding = cert[0]; in ikev2_process_cert()
576 cert++; in ikev2_process_cert()
580 wpa_hexdump(MSG_MSGDUMP, "IKEV2: Certificate Data", cert, cert_len); in ikev2_process_cert()
703 ikev2_process_cert(data, pl.cert, pl.cert_len) < 0 || in ikev2_process_sa_auth_decrypted()
557 ikev2_process_cert(struct ikev2_initiator_data *data, const u8 *cert, size_t cert_len) ikev2_process_cert() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dikev2.c492 const u8 *cert, size_t cert_len) in ikev2_process_cert()
496 if (cert == NULL) { in ikev2_process_cert()
509 cert_encoding = cert[0]; in ikev2_process_cert()
510 cert++; in ikev2_process_cert()
514 wpa_hexdump(MSG_MSGDUMP, "IKEV2: Certificate Data", cert, cert_len); in ikev2_process_cert()
639 ikev2_process_cert(data, pl.cert, pl.cert_len) < 0 || in ikev2_process_sa_auth_decrypted()
491 ikev2_process_cert(struct ikev2_responder_data *data, const u8 *cert, size_t cert_len) ikev2_process_cert() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dikev2.c558 const u8 *cert, size_t cert_len) in ikev2_process_cert()
562 if (cert == NULL) { in ikev2_process_cert()
575 cert_encoding = cert[0]; in ikev2_process_cert()
576 cert++; in ikev2_process_cert()
580 wpa_hexdump(MSG_MSGDUMP, "IKEV2: Certificate Data", cert, cert_len); in ikev2_process_cert()
703 ikev2_process_cert(data, pl.cert, pl.cert_len) < 0 || in ikev2_process_sa_auth_decrypted()
557 ikev2_process_cert(struct ikev2_initiator_data *data, const u8 *cert, size_t cert_len) ikev2_process_cert() argument
/third_party/curl/lib/vtls/
H A Dopenssl.c1352 X509 *cert; in cert_stuff() member
1356 params.cert = NULL; in cert_stuff()
1368 failf(data, "ssl engine cannot load client cert with id" in cert_stuff()
1375 if(!params.cert) { in cert_stuff()
1381 if(SSL_CTX_use_certificate(ctx, params.cert) != 1) { in cert_stuff()
1387 X509_free(params.cert); /* we don't need the handle any more... */ in cert_stuff()
1483 * Note that sk_X509_pop() is used below to make sure the cert is in cert_stuff()
1645 /* Now we know that a key and cert have been set against in cert_stuff()
2104 infof(data, " subjectAltName: host \"%s\" matched cert's \"%s\"", in subj_alt_hostcheck()
2146 bool dNSName = FALSE; /* if a dNSName field exists in the cert */ in Curl_ossl_verifyhost()
2346 X509 *cert; verifystatus() local
4034 ossl_pkp_pin_peer_pubkey(struct Curl_easy *data, X509* cert, const char *pinnedpubkey) ossl_pkp_pin_peer_pubkey() argument
[all...]
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_sign.h36 X509 *cert; member
/base/update/updater/services/package/pkg_verify/
H A Dpkcs7_signed_data.h97 int32_t VerifyDigest(X509 *cert, const Pkcs7SignerInfo &signer, const std::vector<uint8_t> &hash,
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dipl.h127 unsigned char flags, unsigned short cert);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dipl.h139 unsigned char flags, unsigned short cert);
/third_party/node/test/parallel/
H A Dtest-http2-connect.js79 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-http2-server-startup.js20 cert: commonFixtures.readKey('agent2-cert.pem')
H A Dtest-https-agent-abort-controller.js17 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-abortcontroller.js14 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-https-agent-session-reuse.js14 cert: fixtures.readKey('agent1-cert.pem')
17 const ca = fixtures.readKey('ca1-cert.pem');
H A Dtest-https-insecure-parse-per-stream.js16 cert: fixtures.readKey('agent1-cert.pem'),
17 ca: fixtures.readKey('ca1-cert.pem'),
H A Dtest-https-max-header-size-per-stream.js18 cert: fixtures.readKey('agent1-cert.pem'),
19 ca: fixtures.readKey('ca1-cert.pem'),
H A Dtest-tls-alert-handling.js27 cert: loadPEM('agent2-cert')
H A Dtest-tls-cert-ext-encoding.js19 // The key property of this cert is that subjectAltName contains a string with
72 cert: pem,
H A Dtest-tls-client-reject.js33 cert: fixtures.readKey('rsa_cert.crt')
H A Dtest-tls-connect-abort-controller.js13 cert: fixtures.readKey('agent1-cert.pem')
H A Dtest-tls-ticket.js48 cert: fixtures.readKey('agent1-cert.pem'),
/third_party/node/src/quic/
H A Dtlscontext.h123 v8::MaybeLocal<v8::Object> cert(Environment* env) const;
/third_party/node/test/async-hooks/
H A Dtest-tlswrap.js27 cert: fixtures.readKey('rsa_cert.crt'),
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_exec.cpp128 shared->GetCertificate([&context](int32_t errorNumber, const X509CertRawData &cert) { in ExecGetCertificate()
129 context->localCert_ = cert; in ExecGetCertificate()
220 shared->GetRemoteCertificate([&context](int32_t errorNumber, const X509CertRawData &cert) { in ExecGetRemoteCertificate()
221 context->remoteCert_ = cert; in ExecGetRemoteCertificate()
H A Dtlssocketserver_exec.cpp54 tlsSocketServer->GetCertificate([&context](int32_t errorNumber, const TlsSocket::X509CertRawData &cert) { in ExecGetCertificate()
55 context->localCert_ = cert; in ExecGetCertificate()
127 context->clientId_, [&context](int32_t errorNumber, const TlsSocket::X509CertRawData &cert) { in ExecGetRemoteCertificate()
128 context->remoteCert_ = cert; in ExecGetRemoteCertificate()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_tree.c216 (++level)->cert = x; in tree_init()
608 cache = ossl_policy_cache_set(curr->cert); in tree_evaluate()
641 X509_free(curr->cert); in X509_policy_tree_free()

Completed in 16 milliseconds

1...<<31323334353637383940>>...50