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

  /src/crypto/external/cpl/trousers/dist/src/include/daa/
anonymity_revocation.h 32 } CS_ENCRYPTION_RESULT;
34 CS_ENCRYPTION_RESULT *create_CS_ENCRYPTION_RESULT( bi_ptr c1, bi_ptr c2, bi_ptr c3, bi_ptr c4);
43 CS_ENCRYPTION_RESULT *result;
verifier.h 107 CS_ENCRYPTION_RESULT *encryption_result_rand,
108 CS_ENCRYPTION_RESULT *encryption_result_proof);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_anonymityrevocation/
csencryption_result.c 17 CS_ENCRYPTION_RESULT *create_CS_ENCRYPTION_RESULT(
23 CS_ENCRYPTION_RESULT *result =
24 (CS_ENCRYPTION_RESULT *)malloc( sizeof(CS_ENCRYPTION_RESULT));
27 LogError("malloc of %d bytes failed", sizeof(CS_ENCRYPTION_RESULT));
38 CS_ENCRYPTION_RESULT *cs_encryption_result,
51 result->result = cs_encryption_result;
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
verifier_transaction.c 239 CS_ENCRYPTION_RESULT *encryption_result_rand,
240 CS_ENCRYPTION_RESULT *encryption_result_proof
424 CS_ENCRYPTION_RESULT *pseudonym_enc = NULL;
425 CS_ENCRYPTION_RESULT *pseudonym_encryption_proof = NULL;
428 CS_ENCRYPTION_RESULT *encryption_result = NULL;
870 // delta_tilde1 kept on CS_ENCRYPTION_RESULT
871 // delta_tilde2 kept on CS_ENCRYPTION_RESULT
872 // delta_tilde3 kept on CS_ENCRYPTION_RESULT
873 // delta_tilde4 kept on CS_ENCRYPTION_RESULT
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c 1972 CS_ENCRYPTION_RESULT *encryption_result = NULL;
1973 CS_ENCRYPTION_RESULT *encryption_result_tilde = NULL;
2334 NULL, // CS_ENCRYPTION_RESULT *encryption_result_rand,
2335 NULL //CS_ENCRYPTION_RESULT *encryption_result_proof)

Completed in 29 milliseconds