Searched refs:len_hash (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
H A Dverifier_transaction.c62 int i, big_indian_i, len_hash; local
71 len_hash = EVP_MD_size(digest);
72 N = length / len_hash;
73 hash = (BYTE *)malloc( len_hash);
75 LogError("malloc of %d bytes failed", len_hash);
82 EVP_DigestFinal_ex(&mdctx, &result[ i * len_hash], NULL);
90 // copy the rest: base_nameLength % len_hash bytes
91 memcpy( &result[ i * len_hash], hash, length - N * len_hash);
432 int length_ch, len_hash, bit local
[all...]

Completed in 108 milliseconds