HomeSort by: relevance | last modified time | path
    Searched refs:operatorAuth (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_oper.c 30 TCPA_SECRET operatorAuth;
42 if ((result = obj_policy_get_secret(hOperatorPolicy, TR_SECRET_CTX_NEW, &operatorAuth)))
45 if ((result = TCS_API(tspContext)->SetOperatorAuth(tspContext, &operatorAuth)))
tsp_oper.c 30 TCPA_SECRET *operatorAuth) /* in */
43 Trspi_LoadBlob(&offset, TPM_SHA1_160_HASH_LEN, data, operatorAuth->authdata);
tsp_admin.c 203 TPM_AUTH *operatorAuth) /* in, out */
214 NULL, &handlesLen, NULL, operatorAuth, NULL, NULL,
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_oper.c 34 TCPA_SECRET operatorAuth;
45 if (getData(TCSD_PACKET_TYPE_SECRET, 1, &operatorAuth, 0, &data->comm))
50 result = TCSP_SetOperatorAuth_Internal(hContext, &operatorAuth);
rpc_admin.c 316 TPM_AUTH operatorAuth, nullAuth, *pAuth;
319 memset(&operatorAuth, 0, sizeof(TPM_AUTH));
330 if (getData(TCSD_PACKET_TYPE_AUTH, 1, &operatorAuth, 0, &data->comm))
333 if (memcmp(&nullAuth, &operatorAuth, sizeof(TPM_AUTH)))
334 pAuth = &operatorAuth;
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_oper.c 24 TCPA_SECRET *operatorAuth) /* in */
37 operatorAuth->authdata)))
tcsi_admin.c 293 TPM_AUTH * operatorAuth) /* in, out */
304 if (operatorAuth) {
305 if ((result = auth_mgr_check(hContext, &operatorAuth->AuthHandle)))
309 if ((result = tpm_rqu_build(TPM_ORD_SetTempDeactivated, &offset, txBlob, operatorAuth)))
319 operatorAuth);
325 auth_mgr_release_auth(operatorAuth, NULL, hContext);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_oper.c 27 TCPA_SECRET *operatorAuth) /* in */
37 if (setData(TCSD_PACKET_TYPE_SECRET, 1, operatorAuth, 0, &hte->comm))
rpc_admin.c 260 TPM_AUTH *operatorAuth) /* in/out */
270 if (operatorAuth) {
271 if (setData(TCSD_PACKET_TYPE_AUTH, 1, operatorAuth, 0, &hte->comm))
287 if (operatorAuth) {
288 if (getData(TCSD_PACKET_TYPE_AUTH, 0, operatorAuth, 0, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2017 TPM_AUTH *operatorAuth) /* in, out */
2027 result = RPC_SetTempDeactivated2_TP(entry, operatorAuth);
2838 TCPA_SECRET *operatorAuth) /* in */
2848 result = RPC_SetOperatorAuth_TP(entry, operatorAuth);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 813 TPM_AUTH * operatorAuth /* in, out */
1044 TCPA_SECRET* operatorAuth /* in */
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 217 TPM_SECRET operatorAuth // in

Completed in 42 milliseconds