Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c1322 soft_object_t *in_core_obj, *tmp_incore_obj, *new_objp = NULL; in refresh_token_objects() local
1404 in_core_obj = soft_slot.token_object_list; in refresh_token_objects()
1405 while (in_core_obj) { in refresh_token_objects()
1415 if (in_core_obj->ks_handle.name[0] == '\0') { in refresh_token_objects()
1416 in_core_obj = in_core_obj->next; in refresh_token_objects()
1423 (char *)((in_core_obj->ks_handle).name)) == 0) { in refresh_token_objects()
1430 in_core_obj->version) { in refresh_token_objects()
1432 rv = soft_copy_object(in_core_obj, in refresh_token_objects()
1444 in_core_obj); in refresh_token_objects()
1451 in_core_obj); in refresh_token_objects()
[all …]