| /src/crypto/external/bsd/openssl.old/dist/test/ |
| x509_time_test.c | 39 * setting -1 to expected_type and setting NULL to expected_string. 44 int expected_type; member in struct:__anon2293 322 /* if t is not NULL but expected_type is ignored(-1), it is an 'OK' case */ 323 if (t != NULL && x509_format_tests[idx].expected_type != -1) { 324 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { 325 TEST_info("test_x509_time(%d) failed: expected_type %d, got %d\n", 326 idx, x509_format_tests[idx].expected_type, t->type);
|
| asn1_time_test.c | 24 int expected_type; /* expected type after set/set_string_gmt */ member in struct:testdata 170 if (!TEST_int_eq(ptime->type, td->expected_type)) { 193 if (!TEST_int_eq(ptime->type, td->expected_type)) {
|
| /src/external/mit/libuv/dist/test/ |
| test-ipc-send-recv.c | 48 uv_handle_type expected_type; member in struct:test_ctx 60 uv_handle_type expected_type; member in struct:echo_ctx 121 ASSERT_EQ(pending, ctx.expected_type); 209 ctx.expected_type = UV_NAMED_PIPE; 250 ctx.expected_type = UV_TCP;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/ |
| file_store.c | 106 int expected_type; member in struct:file_ctx_st 344 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) 441 switch (ctx->expected_type) { 622 if (ctx->expected_type != 0 623 && ctx->expected_type != OSSL_STORE_INFO_CERT 624 && ctx->expected_type != OSSL_STORE_INFO_CRL) 641 if (ctx->expected_type != 0 642 && ctx->expected_type != OSSL_STORE_INFO_CRL) 644 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) {
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/ |
| file_store.c | 107 int expected_type; member in struct:file_ctx_st 348 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) 444 switch (ctx->expected_type) { 585 if (ctx->expected_type != 0 586 && ctx->expected_type != OSSL_STORE_INFO_CERT 587 && ctx->expected_type != OSSL_STORE_INFO_CRL) 604 if (ctx->expected_type != 0 605 && ctx->expected_type != OSSL_STORE_INFO_CRL) 607 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_client.c | 34 ossl_unused int expected_type) 140 OSSL_CMP_MSG **rep, int expected_type) 142 int begin_transaction = expected_type != OSSL_CMP_PKIBODY_POLLREP 143 && expected_type != OSSL_CMP_PKIBODY_PKICONF; 145 const char *expected_type_str = ossl_cmp_bodytype_to_string(expected_type); 207 expected_type)) 217 if (bt == expected_type 218 || (expected_type == OSSL_CMP_PKIBODY_POLLREP 417 OSSL_CMP_MSG **rep, int expected_type) 420 if (!send_receive_check(ctx, req, rep, expected_type)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/store/ |
| store_lib.c | 31 int expected_type; member in struct:ossl_store_ctx_st 136 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) 144 ctx->expected_type = expected_type; 146 return ctx->loader->expect(ctx->loader_ctx, expected_type); 188 if (v != NULL && ctx->expected_type != 0) { 197 assert(ctx->expected_type == returned_type); 199 if (ctx->expected_type != returned_type) {
|
| loader_file.c | 775 int expected_type; member in struct:ossl_store_loader_ctx_st 965 ctx->expected_type = expected; 1229 if (ctx->expected_type != 0 1230 && ctx->expected_type != OSSL_STORE_INFO_CERT 1231 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1249 if (ctx->expected_type != 0 1250 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1252 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { 1409 && ctx->expected_type != 0 1410 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/store/ |
| store_local.h | 139 int expected_type; member in struct:ossl_store_ctx_st
|
| store_lib.c | 293 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) 298 || expected_type < 0 || expected_type > OSSL_STORE_INFO_CRL) { 307 ctx->expected_type = expected_type; 312 params[0] = OSSL_PARAM_construct_int(OSSL_STORE_PARAM_EXPECT, &expected_type); 318 ret = ctx->loader->expect(ctx->loader_ctx, expected_type); 474 if (v != NULL && ctx->expected_type != 0) { 478 if (ctx->expected_type != returned_type) {
|
| store_result.c | 285 switch (ctx->expected_type) { 330 if (ctx->expected_type == 0 331 || ctx->expected_type == OSSL_STORE_INFO_PUBKEY) { 341 && (ctx->expected_type == 0 342 || ctx->expected_type == OSSL_STORE_INFO_PKEY)) {
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| x509_time_test.c | 39 * setting -1 to expected_type and setting NULL to expected_string. 44 int expected_type; member in struct:__anon779 523 /* if t is not NULL but expected_type is ignored(-1), it is an 'OK' case */ 524 if (t != NULL && x509_format_tests[idx].expected_type != -1) { 525 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { 526 TEST_info("test_x509_time(%d) failed: expected_type %d, got %d\n", 527 idx, x509_format_tests[idx].expected_type, t->type);
|
| asn1_time_test.c | 26 int expected_type; /* expected type after set/set_string_gmt */ member in struct:testdata 675 if (!TEST_int_eq(ptime->type, td->expected_type)) { 698 if (!TEST_int_eq(ptime->type, td->expected_type)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/store/ |
| store_local.h | 138 int expected_type; member in struct:ossl_store_ctx_st
|
| store_lib.c | 275 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) 280 || expected_type < 0 || expected_type > OSSL_STORE_INFO_CRL) { 289 ctx->expected_type = expected_type; 295 OSSL_PARAM_construct_int(OSSL_STORE_PARAM_EXPECT, &expected_type); 301 ret = ctx->loader->expect(ctx->loader_ctx, expected_type); 461 if (v != NULL && ctx->expected_type != 0) { 465 if (ctx->expected_type != returned_type) {
|
| store_result.c | 270 switch (ctx->expected_type) { 315 if (ctx->expected_type == 0 316 || ctx->expected_type == OSSL_STORE_INFO_PUBKEY) { 326 && (ctx->expected_type == 0 327 || ctx->expected_type == OSSL_STORE_INFO_PKEY)) {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| x509_time_test.c | 39 * setting -1 to expected_type and setting NULL to expected_string. 44 int expected_type; member in struct:__anon1787 374 /* if t is not NULL but expected_type is ignored(-1), it is an 'OK' case */ 375 if (t != NULL && x509_format_tests[idx].expected_type != -1) { 376 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { 377 TEST_info("test_x509_time(%d) failed: expected_type %d, got %d\n", 378 idx, x509_format_tests[idx].expected_type, t->type);
|
| asn1_time_test.c | 24 int expected_type; /* expected type after set/set_string_gmt */ member in struct:testdata 170 if (!TEST_int_eq(ptime->type, td->expected_type)) { 193 if (!TEST_int_eq(ptime->type, td->expected_type)) {
|
| /src/external/mpl/bind/dist/tests/dns/ |
| sigs_test.c | 112 dns_rdatatype_t expected_type; local 147 result = dns_rdatatype_fromtext(&expected_type, 179 assert_int_equal(expected_type, rrsig.covered); 185 assert_int_equal(expected_type, found->rdata.type);
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-exception.c | 236 const char *expected_type) 243 if (expected_type != NULL) 247 arg_pos, expected_type); 257 if (expected_type != NULL) 260 expected_type);
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-exception.c | 236 const char *expected_type) 243 if (expected_type != NULL) 247 arg_pos, expected_type); 257 if (expected_type != NULL) 260 expected_type);
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_client.c | 35 int expected_type /* ignored here */) 127 OSSL_CMP_MSG **rep, int expected_type) 130 expected_type != OSSL_CMP_PKIBODY_POLLREP 131 && expected_type != OSSL_CMP_PKIBODY_PKICONF; 134 const char *expected_type_str = ossl_cmp_bodytype_to_string(expected_type); 193 expected_type)) 196 if (bt == expected_type 198 || (IS_CREP(bt) && expected_type == OSSL_CMP_PKIBODY_POLLREP)) 562 int req_type, int expected_type)
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| test_result_test.cpp | 46 /// \param expected_type The expected type of the result. 49 #define GETTERS_TEST(name, expected_type, expected_reason, result) \ 53 ATF_REQUIRE(expected_type == result.type()); \
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_loader_attic.c | 905 int expected_type; member in struct:ossl_store_loader_ctx_st 1123 ctx->expected_type = expected; 1443 if (ctx->expected_type != 0 1444 && ctx->expected_type != OSSL_STORE_INFO_CERT 1445 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1462 if (ctx->expected_type != 0 1463 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1465 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { 1626 && ctx->expected_type != 0 1627 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) [all...] |
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_loader_attic.c | 906 int expected_type; member in struct:ossl_store_loader_ctx_st 1137 ctx->expected_type = expected; 1459 if (ctx->expected_type != 0 1460 && ctx->expected_type != OSSL_STORE_INFO_CERT 1461 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1478 if (ctx->expected_type != 0 1479 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1481 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { 1640 && ctx->expected_type != 0 1641 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) [all...] |