Home
last modified time | relevance | path

Searched refs:nonceTpmLength (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtss_structs.h411 UINT32 nonceTpmLength; member
413 [size_is(nonceTpmLength)]
542 UINT32 nonceTpmLength; member
544 [size_is(nonceTpmLength)]
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
Ddaa_structs.c1115 signature_intern->nonce_tpm_length = signature->nonceTpmLength; in e_2_i_TSS_DAA_SIGNATURE()
1116 signature_intern->nonce_tpm = (BYTE *)malloc( signature->nonceTpmLength); in e_2_i_TSS_DAA_SIGNATURE()
1117 memcpy( signature_intern->nonce_tpm, signature->nonceTpm, signature->nonceTpmLength); in e_2_i_TSS_DAA_SIGNATURE()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
Dissue_credential.c532 EVP_DigestUpdate(mdctx, credentialRequest.nonceTpm, credentialRequest.nonceTpmLength); in Tspi_DAA_IssueCredential_internal()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
Dplatform.c1433 credentialRequest->nonceTpmLength = nonce_tpmLength; in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
2552 daaSignature->nonceTpmLength = nonce_tpmLength; in Tspi_TPM_DAA_Sign_internal()