OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonceTpm
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_structs.h
415
BYTE*
nonceTpm
;
546
BYTE*
nonceTpm
;
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
issue_credential.c
532
EVP_DigestUpdate(mdctx, credentialRequest.
nonceTpm
, credentialRequest.nonceTpmLength);
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c
1432
credentialRequest->
nonceTpm
= nonce_tpm;
2546
daaSignature->
nonceTpm
= (BYTE *)calloc_tspi( tcsContext, nonce_tpmLength);
2547
if (daaSignature->
nonceTpm
== NULL) {
2553
memcpy( daaSignature->
nonceTpm
, nonce_tpm, nonce_tpmLength);
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
daa_structs.c
1117
memcpy( signature_intern->nonce_tpm, signature->
nonceTpm
, signature->nonceTpmLength);
Completed in 65 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026