OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:certAuth
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_certify.c
35
TPM_AUTH *
certAuth
, /* in, out */
52
if (
certAuth
!= NULL) {
54
if ((result = auth_mgr_check(hContext, &
certAuth
->AuthHandle)))
75
antiReplay.nonce,
certAuth
, keyAuth)))
84
CertifyInfo, outDataSize, outData,
certAuth
, keyAuth);
88
auth_mgr_release_auth(
certAuth
, keyAuth, hContext);
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_certify.c
35
TPM_AUTH *pCertAuth = NULL, *pKeyAuth = NULL,
certAuth
, keyAuth, nullAuth;
43
memset(&
certAuth
, 0, sizeof(TPM_AUTH));
61
if (getData(TCSD_PACKET_TYPE_AUTH, 4, &
certAuth
, 0, &data->comm))
66
if (memcmp(&nullAuth, &
certAuth
, sizeof(TPM_AUTH)))
67
pCertAuth = &
certAuth
;
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_certify.c
33
TPM_AUTH *
certAuth
, /* in, out */
58
if (
certAuth
) {
59
if (setData(TCSD_PACKET_TYPE_AUTH, 4,
certAuth
, 0, &hte->comm))
80
if (
certAuth
) {
81
if (getData(TCSD_PACKET_TYPE_AUTH, i++,
certAuth
, 0, &hte->comm)) {
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_certify.c
32
TPM_AUTH
certAuth
;
45
TPM_AUTH *pCertAuth = &
certAuth
;
104
&
certAuth
)))
133
&
certAuth
)))
tsp_certify.c
30
TPM_AUTH *
certAuth
, /* in, out */
74
certAuth
, keyAuth, &decLen, &dec)))
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h
507
TPM_AUTH*
certAuth
, // in, out
521
TPM_AUTH*
certAuth
, // in, out
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
1297
TPM_AUTH *
certAuth
, /* in, out */
1313
certAuth
, keyAuth, CertifyInfoSize, CertifyInfo,
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
658
TPM_AUTH *
certAuth
, /* in, out */
Completed in 21 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026