libtpmtss: Added missing argument in hasher_from_signature_scheme()
This commit is contained in:
@@ -742,7 +742,7 @@ METHOD(tpm_tss_t, sign, bool,
|
|||||||
*( (uint8_t *)((void *)&session_data_cmd.sessionAttributes ) ) = 0;
|
*( (uint8_t *)((void *)&session_data_cmd.sessionAttributes ) ) = 0;
|
||||||
|
|
||||||
key_type = key_type_from_signature_scheme(scheme);
|
key_type = key_type_from_signature_scheme(scheme);
|
||||||
hash_alg = hasher_from_signature_scheme(scheme);
|
hash_alg = hasher_from_signature_scheme(scheme, NULL);
|
||||||
|
|
||||||
/* Check if hash algorithm is supported by TPM */
|
/* Check if hash algorithm is supported by TPM */
|
||||||
alg_id = hash_alg_to_tpm_alg_id(hash_alg);
|
alg_id = hash_alg_to_tpm_alg_id(hash_alg);
|
||||||
|
|||||||
Reference in New Issue
Block a user