Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/store/
Dstore_lib.c275 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() argument
280 || expected_type < 0 || expected_type > OSSL_STORE_INFO_CRL) { in OSSL_STORE_expect()
289 ctx->expected_type = expected_type; in OSSL_STORE_expect()
295 OSSL_PARAM_construct_int(OSSL_STORE_PARAM_EXPECT, &expected_type); in OSSL_STORE_expect()
301 ret = ctx->loader->expect(ctx->loader_ctx, expected_type); in OSSL_STORE_expect()
461 if (v != NULL && ctx->expected_type != 0) { in OSSL_STORE_load()
465 if (ctx->expected_type != returned_type) { in OSSL_STORE_load()
Dstore_result.c270 switch (ctx->expected_type) { in try_key_value()
315 if (ctx->expected_type == 0 in try_key_value_legacy()
316 || ctx->expected_type == OSSL_STORE_INFO_PUBKEY) { in try_key_value_legacy()
326 && (ctx->expected_type == 0 in try_key_value_legacy()
327 || ctx->expected_type == OSSL_STORE_INFO_PKEY)) { in try_key_value_legacy()
Dstore_local.h138 int expected_type; member
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dx509_time_test.c44 int expected_type; member
375 if (t != NULL && x509_format_tests[idx].expected_type != -1) { in test_x509_time()
376 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { in test_x509_time()
378 idx, x509_format_tests[idx].expected_type, t->type); in test_x509_time()
Dasn1_time_test.c24 int expected_type; /* expected type after set/set_string_gmt */ member
170 if (!TEST_int_eq(ptime->type, td->expected_type)) { in test_table()
193 if (!TEST_int_eq(ptime->type, td->expected_type)) { in test_table()
/netbsd/src/crypto/external/bsd/openssl/dist/engines/
De_loader_attic.c906 int expected_type; member
1137 ctx->expected_type = expected; in file_expect()
1459 if (ctx->expected_type != 0 in file_name_check()
1460 && ctx->expected_type != OSSL_STORE_INFO_CERT in file_name_check()
1461 && ctx->expected_type != OSSL_STORE_INFO_CRL) in file_name_check()
1478 if (ctx->expected_type != 0 in file_name_check()
1479 && ctx->expected_type != OSSL_STORE_INFO_CRL) in file_name_check()
1481 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { in file_name_check()
1640 && ctx->expected_type != 0 in file_load()
1641 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) { in file_load()
/netbsd/src/external/bsd/kyua-cli/dist/engine/
Dtest_result_test.cpp49 #define GETTERS_TEST(name, expected_type, expected_reason, result) \ argument
53 ATF_REQUIRE(expected_type == result.type()); \
/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Ddv-rv.c607 int expected_type, in hw_rv_handle_incoming() argument
653 if (expected_type == -1) in hw_rv_handle_incoming()
660 if (cmd != expected_type) in hw_rv_handle_incoming()
662 expected_type, cmd); in hw_rv_handle_incoming()
/netbsd/src/external/bsd/kyua-cli/dist/utils/fs/
Doperations_test.cpp74 lookup(const char* dir, const char* name, const int expected_type) in lookup() argument
83 dp->d_type == expected_type) { in lookup()
/netbsd/src/external/bsd/kyua-testers/dist/
Dfs_test.c88 lookup(const char* dir, const char* name, const int expected_type) in lookup() argument
97 dp->d_type == expected_type) { in lookup()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-polymorphic-call.cc81 possible_placement_new (tree type, tree expected_type, in possible_placement_new() argument
93 + (expected_type ? tree_to_uhwi (TYPE_SIZE (expected_type)) in possible_placement_new()
Dbuiltins.cc8250 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; in build_builtin_expect_predicate() local
8257 expected_type = TREE_VALUE (TREE_CHAIN (arg_types)); in build_builtin_expect_predicate()
8260 expected = fold_convert_loc (loc, expected_type, expected); in build_builtin_expect_predicate()
Dtree.cc12062 get_binfo_at_offset (tree binfo, poly_int64 offset, tree expected_type) in get_binfo_at_offset() argument
12072 if (types_same_for_odr (type, expected_type)) in get_binfo_at_offset()
DChangeLog-201322368 arugment expected_type.
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-92952344 (VMS_stab_parse): Make `expected_type' arg be int rather than char.