Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
H A Dverifier_transaction.c246 int length_gamma_modulus; in compute_sign_challenge_host() local
295 length_gamma_modulus = DAA_PARAM_SIZE_MODULUS_GAMMA / 8; in compute_sign_challenge_host()
296 buffer = (BYTE *)malloc( length_gamma_modulus);// allocation in compute_sign_challenge_host()
298 LogError("malloc of %d bytes failed", length_gamma_modulus); in compute_sign_challenge_host()
309 length_gamma_modulus, in compute_sign_challenge_host()
313 length_gamma_modulus); in compute_sign_challenge_host()
315 length_gamma_modulus, in compute_sign_challenge_host()
319 length_gamma_modulus); in compute_sign_challenge_host()
324 bi_2_byte_array( buffer, length_gamma_modulus, capital_nv); in compute_sign_challenge_host()
325 EVP_DigestUpdate(mdctx, buffer, length_gamma_modulus); in compute_sign_challenge_host()
[all …]