Lines Matching refs:phObject
143 TSS_HOBJECT * phObject) /* out */ in Tspi_Context_CreateObject() argument
147 if (phObject == NULL) in Tspi_Context_CreateObject()
168 result = obj_policy_add(tspContext, initFlags, phObject); in Tspi_Context_CreateObject()
224 result = obj_rsakey_add(tspContext, initFlags, phObject); in Tspi_Context_CreateObject()
240 result = obj_encdata_add(tspContext, (initFlags & TSS_ENCDATA_TYPE_MASK), phObject); in Tspi_Context_CreateObject()
259 result = obj_pcrs_add(tspContext, initFlags, phObject); in Tspi_Context_CreateObject()
275 result = obj_hash_add(tspContext, initFlags, phObject); in Tspi_Context_CreateObject()
284 result = obj_daacred_add(tspContext, phObject); in Tspi_Context_CreateObject()
290 result = obj_daaissuerkey_add(tspContext, phObject); in Tspi_Context_CreateObject()
296 result = obj_daaarakey_add(tspContext, phObject); in Tspi_Context_CreateObject()
305 result = obj_nvstore_add(tspContext, phObject); in Tspi_Context_CreateObject()
314 result = obj_delfamily_add(tspContext, phObject); in Tspi_Context_CreateObject()
323 result = obj_migdata_add(tspContext, phObject); in Tspi_Context_CreateObject()