Home
last modified time | relevance | path

Searched refs:check_identity (Results 1 – 25 of 51) sorted by relevance

123

/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/
H A Dcodetesting.py49 self.check_identity = None
135 for check_identity in self.runner.order:
136 _, check, _ = check_identity
139 self.check_identity = check_identity
140 self.check_section, self.check, self.check_iterargs = check_identity
142 if self.check_identity is None:
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/auth_totp/models/
H A Dres_users.py15 from odoo.addons.base.models.res_users import check_identity
83 @check_identity
108 @check_identity
171 @check_identity
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/security/
H A Dsecurity_connector_test.cc108 static int check_identity(const grpc_auth_context* ctx, in check_identity() function
199 check_identity(ctx.get(), GRPC_X509_CN_PROPERTY_NAME, &expected_cn, 1)); in test_cn_only_ssl_peer_to_auth_context()
237 check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, &expected_san, 1)); in test_cn_and_one_san_ssl_peer_to_auth_context()
277 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
323 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dforward_dir.cpp25 bool check_identity(adfun identity, double argument) in check_identity() function
1526 { return check_identity(acos_fun, 0.5); } in acos_op()
1532 { return check_identity(acosh_fun, 0.5); } in acosh_op()
1538 { return check_identity(asin_fun, 0.5); } in asin_op()
1544 { return check_identity(asinh_fun, 0.5); } in asinh_op()
1550 { return check_identity(atan_fun, 0.5); } in atan_op()
1556 { return check_identity(atanh_fun, 0.5); } in atanh_op()
1562 { return check_identity(log_fun, 0.5); } in log_op()
1568 { return check_identity(divvv_fun, 0.5); } in divvv_op()
1586 { return check_identity(sqrt_fun, 0.5); } in sqrt_op()
[all …]
/dports/astro/match/match-1.0/
H A Dselftest.pl335 $retcode = check_identity($retval);
344 $retcode = check_identity($retval);
359 $retcode = check_identity($retval);
368 $retcode = check_identity($retval);
888 sub check_identity { subroutine
/dports/devel/grpc134/grpc-1.34.1/test/core/security/
H A Dsecurity_connector_test.cc133 static int check_identity(const grpc_auth_context* ctx, in check_identity() function
282 check_identity(ctx.get(), GRPC_X509_CN_PROPERTY_NAME, &expected_cn, 1)); in test_cn_only_ssl_peer_to_auth_context()
328 check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, &expected_san, 1)); in test_cn_and_one_san_ssl_peer_to_auth_context()
377 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
432 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
/dports/devel/grpc130/grpc-1.30.2/test/core/security/
H A Dsecurity_connector_test.cc133 static int check_identity(const grpc_auth_context* ctx, in check_identity() function
282 check_identity(ctx.get(), GRPC_X509_CN_PROPERTY_NAME, &expected_cn, 1)); in test_cn_only_ssl_peer_to_auth_context()
328 check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, &expected_san, 1)); in test_cn_and_one_san_ssl_peer_to_auth_context()
377 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
432 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_objects.py51 check_identity,
1135 check_identity(b'Dave Borowitz <dborowitz@google.com>',
1137 check_identity(b'<dborowitz@google.com>',
1139 self.assertRaises(ObjectFormatException, check_identity,
1141 self.assertRaises(ObjectFormatException, check_identity,
1143 self.assertRaises(ObjectFormatException, check_identity,
1145 self.assertRaises(ObjectFormatException, check_identity,
1147 self.assertRaises(ObjectFormatException, check_identity,
1149 self.assertRaises(ObjectFormatException, check_identity,
/dports/devel/grpc/grpc-1.42.0/test/core/security/
H A Dsecurity_connector_test.cc134 static int check_identity(const grpc_auth_context* ctx, in check_identity() function
309 check_identity(ctx.get(), GRPC_X509_CN_PROPERTY_NAME, &expected_cn, 1)); in test_cn_only_ssl_peer_to_auth_context()
355 check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, &expected_san, 1)); in test_cn_and_one_san_ssl_peer_to_auth_context()
404 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
459 GPR_ASSERT(check_identity(ctx.get(), GRPC_X509_SAN_PROPERTY_NAME, in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/simulators/unitary/
H A Dunitarymatrix.hpp87 std::pair<bool, double> check_identity() const;
278 std::pair<bool, double> UnitaryMatrix<data_t>::check_identity() const { in check_identity() function in QV::UnitaryMatrix
H A Dunitarymatrix_thrust.hpp94 std::pair<bool, double> check_identity() const;
335 std::pair<bool, double> UnitaryMatrixThrust<data_t>::check_identity() const { in check_identity() function in QV::UnitaryMatrixThrust
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/kalign/src/kalign2/
H A Dkalign2_string_matching.c64 int check_identity(char* n,char*m) in check_identity() function
H A Dkalign2_feature.c1278 if(check_identity(requested_feature,n->type)!= -1){ in get_feature_matrix()
1376 if(check_identity(requested_feature,n->type)!= -1){ in get_feature_matrix()
1377 if(check_identity(n->note,p->note)!= -1){ in get_feature_matrix()
1479 if((check_identity(toadd->note,n->note)== -1)){ in add_unique_feature()
1511 if((check_identity(toadd->type,n->type)== -1)){ in add_unique_type()
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_server.py1823 server.check_identity(strategy)
1835 server.check_identity(strategy)
1848 server.check_identity(strategy)
1860 server.check_identity(strategy)
1872 server.check_identity(strategy)
1890 server.check_identity(strategy)
1909 server.check_identity(strategy)
/dports/devel/tla/tla-1.3.5/src/libneon/src/
H A Dne_openssl.c223 static int check_identity(const char *hostname, X509 *cert, char **identity, in check_identity() function
311 check_identity("", x5, &cert->identity, NULL); in populate_cert()
360 ret = check_identity(sess->server.hostname, cert, NULL, in check_certificate()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dobjects.py183 def check_identity(identity, error_msg): function
742 check_identity(self._tagger, "invalid tagger")
1260 check_identity(self._author, "invalid author")
1261 check_identity(self._committer, "invalid committer")
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dobjects.py187 def check_identity(identity, error_msg): function
747 check_identity(self._tagger, "invalid tagger")
1282 check_identity(self._author, "invalid author")
1283 check_identity(self._committer, "invalid committer")
/dports/www/sitecopy/sitecopy-0.16.6/lib/neon/
H A Dne_openssl.c242 static int check_identity(const ne_uri *server, X509 *cert, char **identity) in check_identity() function
364 check_identity(NULL, x5, &cert->identity); in populate_cert()
416 ret = check_identity(&server, cert, NULL); in check_certificate()
H A Dne_gnutls.c354 static int check_identity(const ne_uri *server, gnutls_x509_crt cert, in check_identity() function
468 check_identity(NULL, x5, &cert->identity); in populate_cert()
692 ret = check_identity(&server, chain->subject, NULL); in check_certificate()
/dports/www/litmus/litmus-0.13/lib/neon/
H A Dne_openssl.c231 static int check_identity(const ne_uri *server, X509 *cert, char **identity) in check_identity() function
353 check_identity(NULL, x5, &cert->identity); in populate_cert()
465 ret = check_identity(&server, cert, NULL); in check_certificate()
H A Dne_gnutls.c360 static int check_identity(const ne_uri *server, gnutls_x509_crt cert, in check_identity() function
481 check_identity(NULL, x5, &cert->identity); in populate_cert()
867 ret = check_identity(&server, chain->subject, NULL); in check_certificate()
/dports/www/neon/neon-0.32.1/src/
H A Dne_openssl.c246 static int check_identity(const ne_uri *server, X509 *cert, char **identity) in check_identity() function
368 check_identity(NULL, x5, &cert->identity); in populate_cert()
480 ret = check_identity(&server, cert, NULL); in check_certificate()
H A Dne_gnutls.c367 static int check_identity(const ne_uri *server, gnutls_x509_crt_t cert, in check_identity() function
488 check_identity(NULL, x5, &cert->identity); in populate_cert()
948 ret = check_identity(&server, chain->subject, NULL); in check_certificate()
/dports/www/davix/davix-0.7.6/deps/libneon/src/
H A Dne_openssl.c212 static int check_identity(const ne_uri *server, X509 *cert, char **identity) in check_identity() function
334 check_identity(NULL, x5, &cert->identity); in populate_cert()
457 ret = check_identity(&server, cert, NULL); in check_certificate()
H A Dne_gnutls.c365 static int check_identity(const ne_uri *server, gnutls_x509_crt cert, in check_identity() function
488 check_identity(NULL, x5, &cert->identity); in populate_cert()
887 ret = check_identity(&server, chain->chain[0], NULL); in check_certificate()

123