Home
last modified time | relevance | path

Searched refs:encryption_result_rand (Results 1 – 3 of 3) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
H A Dverifier_transaction.c239 CS_ENCRYPTION_RESULT *encryption_result_rand, in compute_sign_challenge_host() argument
271 LogDebug("encryption_result_rand:%d", (int)encryption_result_rand); in compute_sign_challenge_host()
337 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_rand->c1); in compute_sign_challenge_host()
339 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_rand->c2); in compute_sign_challenge_host()
341 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_rand->c3); in compute_sign_challenge_host()
343 bi_2_byte_array( buffer, length_gamma_modulus, encryption_result_rand->c4); in compute_sign_challenge_host()
/netbsd/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dverifier.h107 CS_ENCRYPTION_RESULT *encryption_result_rand,
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dplatform.c1965 CS_ENCRYPTION_RESULT_RANDOMNESS *encryption_result_rand = NULL; in Tspi_TPM_DAA_Sign_internal() local