Home
last modified time | relevance | path

Searched refs:object_class (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c133 GObjectClass *object_class; in ast_class_init() local
136 object_class = (GObjectClass*) klass; in ast_class_init()
138 object_class->finalize = ast_finalize; in ast_class_init()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c9352 ulong_t object_class; in dprov_object_can_modify() local
9356 &object_class) != CRYPTO_SUCCESS) { in dprov_object_can_modify()
9360 if (object_class == DPROV_CKO_SECRET_KEY || in dprov_object_can_modify()
9361 object_class == DPROV_CKO_PUBLIC_KEY || in dprov_object_can_modify()
9362 object_class == DPROV_CKO_PRIVATE_KEY) { in dprov_object_can_modify()
9370 switch (object_class) { in dprov_object_can_modify()