Lines Matching refs:TPM2_ALG_SHA1
39 sig.ecdsa.hash = TPM2_ALG_SHA1; in tpmu_marshal_success()
54 assert_int_equal (ptr->hash, HOST_TO_BE_16(TPM2_ALG_SHA1)); in tpmu_marshal_success()
89 sig.ecdsa.hash = TPM2_ALG_SHA1; in tpmu_marshal_success_offset()
104 assert_int_equal (ptr->hash, HOST_TO_BE_16(TPM2_ALG_SHA1)); in tpmu_marshal_success_offset()
136 sig.ecdsa.hash = TPM2_ALG_SHA1; in tpmu_marshal_buffer_null_with_offset()
187 sig.ecdsa.hash = TPM2_ALG_SHA1; in tpmu_marshal_buffer_size_lt_data_nad_lt_offset()
228 ptr->hash = HOST_TO_BE_16(TPM2_ALG_SHA1); in tpmu_unmarshal_success()
243 assert_int_equal (sig.ecdsa.hash, TPM2_ALG_SHA1); in tpmu_unmarshal_success()
313 ptr->hash = HOST_TO_BE_16(TPM2_ALG_SHA1); in tpmu_unmarshal_dest_null_offset_valid()
351 ptr->hash = HOST_TO_BE_16(TPM2_ALG_SHA1); in tpmu_unmarshal_buffer_size_lt_data_nad_lt_offset()
376 TPM2_ALG_ID id_expected = HOST_TO_BE_16(TPM2_ALG_SHA1); in tpmu_name_marshal()
395 ha.hashAlg = TPM2_ALG_SHA1; in tpmu_name_marshal()