Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 22 of 22) sorted by relevance

/src/crypto/openssl/crypto/store/
H A Dstore_result.c64 int object_type; member
99 helper_data.object_type = OSSL_OBJECT_UNKNOWN; in ossl_store_handle_load_result()
102 && !OSSL_PARAM_get_int(p, &helper_data.object_type)) in ossl_store_handle_load_result()
176 if (data->object_type == OSSL_OBJECT_NAME) { in try_name()
408 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_key()
409 || data->object_type == OSSL_OBJECT_PKEY) { in try_key()
413 if (data->object_type == OSSL_OBJECT_PKEY && data->ref != NULL) { in try_key()
443 data->object_type = OSSL_OBJECT_PKEY; in try_key()
475 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_cert()
476 || data->object_type == OSSL_OBJECT_CERT) { in try_cert()
[all …]
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp24 const char *object_type; member
41 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag()
84 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument
87 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag()
89 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
H A Dtsan_report.cpp151 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local
152 if (object_type == nullptr) in PrintMop()
153 object_type = "external object"; in PrintMop()
155 ExternalMopDesc(first, mop->write), object_type, in PrintMop()
181 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local
182 if (!object_type) { in PrintLocation()
189 object_type, loc->heap_chunk_size, in PrintLocation()
H A Dtsan_debugging.cpp146 const char **object_type) { in __tsan_get_report_loc_object_type() argument
150 *object_type = GetObjectTypeFromTag(loc->external_tag); in __tsan_get_report_loc_object_type()
H A Dtsan_interface.h94 void *__tsan_external_register_tag(const char *object_type);
169 const char **object_type);
/src/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c66 char *object_type; /* recorded object data type, may be NULL */ member
96 char *object_type = NULL; in decoder_construct_pkey() local
98 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey()
100 OPENSSL_free(data->object_type); in decoder_construct_pkey()
101 data->object_type = object_type; in decoder_construct_pkey()
126 && EVP_KEYMGMT_is_a(keymgmt, data->object_type)) in decoder_construct_pkey()
134 data->object_type, in decoder_construct_pkey()
211 OPENSSL_free(data->object_type); in decoder_clean_pkey_construct_arg()
/src/sys/dev/drm2/ttm/
H A Dttm_object.c148 enum ttm_object_type object_type, in ttm_base_object_init() argument
160 base->object_type = object_type; in ttm_base_object_init()
H A Dttm_object.h123 enum ttm_object_type object_type; member
/src/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c136 int object_type; in pem2der_decode() member
245 objtype = pem_name_map[i].object_type; in pem2der_decode()
H A Ddecode_pvk2key.c187 int object_type = OSSL_OBJECT_PKEY; in pvk2key_decode() local
189 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in pvk2key_decode()
H A Ddecode_msblob2key.c187 int object_type = OSSL_OBJECT_PKEY; in msblob2key_decode() local
189 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in msblob2key_decode()
H A Ddecode_der2key.c344 int object_type = OSSL_OBJECT_PKEY; in der2key_decode() local
346 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in der2key_decode()
/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp665 std::string object_type = std::string(loc->GetAsDictionary() in GenerateSummary() local
669 if (!object_type.empty()) { in GenerateSummary()
670 summary = "Race on " + object_type + " object"; in GenerateSummary()
761 std::string object_type = std::string(loc->GetAsDictionary() in GetLocationDescription() local
765 if (!object_type.empty()) { in GetLocationDescription()
767 object_type.c_str(), addr); in GetLocationDescription()
/src/share/examples/ses/srcs/
H A Dgetobjmap.c81 objp[i].obj_id, geteltnm((int)objp[i].object_type)); in main()
/src/lib/libc/rpc/
H A Dauth_des.c61 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) argument
/src/tests/sys/mac/bsdextended/
H A Dmatches_test.sh359 atf_test_case object_type cleanup
395 atf_add_test_case object_type
/src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h144 void *SANITIZER_CDECL __tsan_external_register_tag(const char *object_type);
/src/crypto/openssl/test/
H A Dfake_rsaprov.c625 int object_type = OSSL_OBJECT_PKEY; in fake_rsa_st_load() local
641 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in fake_rsa_st_load()
1022 int object_type = OSSL_OBJECT_PKEY; in fake_rsa_der2key_decode() local
1024 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in fake_rsa_der2key_decode()
H A Dtls-provider.c2407 int object_type = OSSL_OBJECT_PKEY; in xor_der2key_decode() local
2409 params[0] = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in xor_der2key_decode()
/src/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c679 static const int object_type = OSSL_OBJECT_NAME; in file_load_dir_entry() local
681 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type), in file_load_dir_entry()
/src/crypto/krb5/src/util/support/
H A Djson.c385 static struct json_type_st object_type = { variable
392 *val_out = alloc_value(&object_type, sizeof(struct k5_json_object_st)); in k5_json_object_create()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8391 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() local
8393 if (object_type) { in StartTagDeclarationDefinition()
8394 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition()