OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonce_tpm
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/daa/
daa_structs.h
323
BYTE *
nonce_tpm
;
member in struct:__anon2304
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c
937
BYTE *c_byte, *noncePlatform, *
nonce_tpm
;
local
1203
nonce_tpm
= outputData;
1205
LogDebug("Done Join 16: compute_join_challenge_host return
nonce_tpm
:%s",
1206
dump_byte_array(nonce_tpmLength,
nonce_tpm
));
1280
EVP_DigestUpdate(mdctx,
nonce_tpm
, nonce_tpmLength);
1281
nonce_tpm
= convert_alloc( tcsContext, nonce_tpmLength,
nonce_tpm
); // allocation
1282
if(
nonce_tpm
== NULL) {
1432
credentialRequest->nonceTpm =
nonce_tpm
;
1967
BYTE *buffer = NULL, *ch = NULL, *
nonce_tpm
= NULL, *c_bytes = NULL
local
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
verifier_transaction.c
748
LogDebug("calculation of c:
nonce_tpm
[%d]%s",
750
dump_byte_array( signature->nonce_tpm_length, signature->
nonce_tpm
));
758
EVP_DigestUpdate(mdctx, signature->
nonce_tpm
, signature->nonce_tpm_length);
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
daa_structs.c
1116
signature_intern->
nonce_tpm
= (BYTE *)malloc( signature->nonceTpmLength);
1117
memcpy( signature_intern->
nonce_tpm
, signature->nonceTpm, signature->nonceTpmLength);
1140
free( signature->
nonce_tpm
);
Completed in 23 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026