Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c1262 soft_object_t *in_core_obj, *tmp_incore_obj, *new_objp = NULL; in refresh_token_objects() local
1344 in_core_obj = soft_slot.token_object_list; in refresh_token_objects()
1345 while (in_core_obj) { in refresh_token_objects()
1355 if (in_core_obj->ks_handle.name[0] == '\0') { in refresh_token_objects()
1356 in_core_obj = in_core_obj->next; in refresh_token_objects()
1363 (char *)((in_core_obj->ks_handle).name)) == 0) { in refresh_token_objects()
1370 in_core_obj->version) { in refresh_token_objects()
1372 rv = soft_copy_object(in_core_obj, in refresh_token_objects()
1384 in_core_obj); in refresh_token_objects()
1391 in_core_obj); in refresh_token_objects()
[all …]