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

  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_structs.h 405 BYTE* authenticationProof;
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
issue_credential.c 98 // test if credentialRequest->authenticationProof =
142 memcmp( credentialRequest->authenticationProof, hash, hashLength) != 0) {
143 LogError("Verification of authenticationProof failed - Step 2.b");
144 LogError("credentialRequest->authenticationProof[%d]=%s",
147 credentialRequest->authenticationProof));
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c 1429 credentialRequest->authenticationProof = authentication_proof;

Completed in 49 milliseconds