Searched refs:object_mgr_find_in_map1 (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddecr_mgr.c54 rc = object_mgr_find_in_map1(sess->hContext, key_handle,
70 rc = object_mgr_find_in_map1(sess->hContext, key_handle,
H A Dencr_mgr.c53 rc = object_mgr_find_in_map1(sess->hContext, key_handle,
69 rc = object_mgr_find_in_map1(sess->hContext, key_handle,
H A Dkey_mgr.c254 rc = object_mgr_find_in_map1(sess->hContext, h_wrapping_key, &key1_obj);
258 rc = object_mgr_find_in_map1(sess->hContext, h_key, &key2_obj);
372 rc = object_mgr_find_in_map1(sess->hContext, h_unwrapping_key,
H A Dmech_rsa.c190 rc = object_mgr_find_in_map1(sess->hContext, ctx->key, &key_obj);
233 rc = object_mgr_find_in_map1(sess->hContext, ctx->key, &key_obj);
280 rc = object_mgr_find_in_map1(sess->hContext, ctx->key, &key_obj);
320 rc = object_mgr_find_in_map1(sess->hContext, ctx->key, &key_obj);
362 rc = object_mgr_find_in_map1(sess->hContext, ctx->key, &key_obj);
H A Ddig_mgr.c455 rc = object_mgr_find_in_map1(sess->hContext, key_handle, &key_obj);
H A Dmech_md5.c363 rc = object_mgr_find_in_map1(sess->hContext, ctx->key, &key_obj);
H A Dmech_sha.c96 rc = object_mgr_find_in_map1(sess->hContext, ctx->key, &key_obj);
H A Dsign_mgr.c52 rc = object_mgr_find_in_map1(sess->hContext, key, &key_obj);
H A Dverify_mgr.c54 rc = object_mgr_find_in_map1(sess->hContext, key, &key_obj);
H A Dobj_mgr.c562 rc = object_mgr_find_in_map1(sess->hContext, old_handle, &old_obj);
884 rc = object_mgr_find_in_map1(sess->hContext, handle, &obj);
1060 object_mgr_find_in_map1( function
1358 rc = object_mgr_find_in_map1(sess->hContext, handle, &obj);
1392 rc = object_mgr_find_in_map1(hContext, handle, &obj);
1729 rc = object_mgr_find_in_map1(sess->hContext, handle, &obj);
H A Dtpmtok_int.h949 CK_RV object_mgr_find_in_map1(TSS_HCONTEXT, CK_OBJECT_HANDLE, OBJECT **);
H A Dtpm_specific.c781 if ((rc = object_mgr_find_in_map1(hContext, ckObject, &obj))) {

Completed in 52 milliseconds