Home
last modified time | relevance | path

Searched refs:encryption_result_proof (Results 1 – 2 of 2) sorted by relevance

/dports/security/trousers/trousers-0.3.14_3/src/tspi/daa/daa_verifier/
H A Dverifier_transaction.c240 CS_ENCRYPTION_RESULT *encryption_result_proof in compute_sign_challenge_host() argument
272 LogDebug("encryption_result_proof:%d", (int)encryption_result_proof); in compute_sign_challenge_host()
345 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_proof->c1); in compute_sign_challenge_host()
347 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_proof->c2); in compute_sign_challenge_host()
349 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_proof->c3); in compute_sign_challenge_host()
351 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_proof->c4); in compute_sign_challenge_host()
/dports/security/trousers/trousers-0.3.14_3/src/include/daa/
H A Dverifier.h108 CS_ENCRYPTION_RESULT *encryption_result_proof);