Searched refs:objtype (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c59 int objtype = OSSL_OBJECT_PKEY; local
107 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype);
H A Ddecode_pem2der.c141 int objtype = OSSL_OBJECT_UNKNOWN; local
185 objtype = pem_name_map[i].object_type;
200 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype);
H A Ddecode_epki2pki.c133 int objtype = OSSL_OBJECT_PKEY; local
143 *p++ = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype);
/freebsd-current/contrib/bearssl/test/
H A Dtest_x509.c960 get_value(char *objtype, HT *objdata, long linenum, char *name) argument
968 name, objtype, linenum);
1146 parse_object(char *objtype, HT *objdata, long linenum) argument
1150 name = get_value(objtype, objdata, linenum, "name");
1151 if (eqstring(objtype, "key")) {
1155 stype = get_value(objtype, objdata, linenum, "type");
1160 sn = get_value(objtype, objdata, linenum, "n");
1161 se = get_value(objtype, objdata, linenum, "e");
1171 sc = get_value(objtype, objdata, linenum, "curve");
1172 sq = get_value(objtype, objdat
1325 char *objtype; local
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h423 * @param[in] objtype - null-terminated object type string. If NULL is passed,
433 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype,
435 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype,
445 void ITTAPI __itt_sync_set_name(void *addr, const char *objtype,
454 (void *addr, const char *objtype, const char *objname, int attribute))
456 (void *addr, const wchar_t *objtype, const wchar_t *objname,
460 (void *addr, const char *objtype, const char *objname, int attribute))
473 #define __itt_sync_set_nameA(addr, objtype, objname, attribute)
475 #define __itt_sync_set_nameW(addr, objtype, objname, attribute)
478 #define __itt_sync_set_name(addr, objtype, objnam
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject.kshlib183 function trigger_inject #etype, object, objtype
187 typeset objtype=$3
193 case $objtype in
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h152 (void *addr, const char *objtype, const char *objname, int attribute),
153 (ITT_FORMAT addr, objtype, objname, attribute), sync_createA,
156 (void *addr, const wchar_t *objtype, const wchar_t *objname,
158 (ITT_FORMAT addr, objtype, objname, attribute), sync_createW,
168 (void *addr, const char *objtype, const char *objname, int attribute),
169 (ITT_FORMAT addr, objtype, objname, attribute), sync_create,
469 (void *addr, const char *objtype, const char *objname, int attribute),
470 (ITT_FORMAT addr, objtype, objname, attribute), sync_set_nameA,
474 (void *addr, const wchar_t *objtype, const wchar_t *objname,
476 (ITT_FORMAT addr, objtype, objnam
[all...]
H A Dittnotify.h709 @param[in] objtype null-terminated object type string. If NULL is
717 void ITTAPI __itt_sync_createA(void *addr, const char *objtype,
719 void ITTAPI __itt_sync_createW(void *addr, const wchar_t *objtype,
729 void ITTAPI __itt_sync_create(void *addr, const char *objtype,
738 (void *addr, const char *objtype, const char *objname, int attribute))
740 (void *addr, const wchar_t *objtype, const wchar_t *objname,
744 (void *addr, const char *objtype, const char *objname, int attribute))
757 #define __itt_sync_createA(addr, objtype, objname, attribute)
759 #define __itt_sync_createW(addr, objtype, objname, attribute)
762 #define __itt_sync_create(addr, objtype, objnam
[all...]
/freebsd-current/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, argument
70 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype);
244 #define MAKE_DECODER(fromtype, objtype) \
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c2003 spa_preferred_class(spa_t *spa, uint64_t size, dmu_object_type_t objtype, argument
2009 ASSERT(objtype != DMU_OT_INTENT_LOG);
2013 if (DMU_OT_IS_DDT(objtype)) {
2023 if (level > 0 && (DMU_OT_IS_FILE(objtype) || objtype == DMU_OT_ZVOL)) {
2030 if (DMU_OT_IS_METADATA(objtype) || level > 0) {
2042 if (DMU_OT_IS_FILE(objtype) &&
/freebsd-current/sys/netinet/
H A Dip_fw.h1058 uint8_t objtype; /* object type */ member in struct:_ipfw_obj_header
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspa.h1054 dmu_object_type_t objtype, uint_t level, uint_t special_smallblk);
/freebsd-current/sys/dev/ice/
H A Dice_lib.c4633 u8 index, errtype, objtype; local
4642 objtype = (u8)((info & PFHMC_ERRORINFO_HMC_OBJECT_TYPE_M) >>
4651 errtype, objtype, data);

Completed in 302 milliseconds