Searched refs:object_map (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 21 struct object_map { struct 34 static void **get_object(const struct object_map *map, uint32_t n, int32_t modular, bool is_client); argument 35 static bool check_mutex_object_is_null(const struct object_map *map, uint32_t n, int32_t modular, b… 36 static bool check_depend_object_is_not_null(const struct object_map *map, uint32_t n, int32_t modul… 41 const struct object_map map[] = { { PAKE_MODULAR, true, (void **)&hichain->pake_client }, in build_object() 69 static void **get_object(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) in get_object() 96 static bool check_mutex_object_is_null(const struct object_map *map, uint32_t n, int32_t modular, b… in check_mutex_object_is_null() 136 static bool check_depend_object_is_not_null(const struct object_map *map, uint32_t n, int32_t modul… in check_depend_object_is_not_null()
|