Home
last modified time | relevance | path

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

/external/tpm2-tss/test/unit/
DTPMS-marshal.c35 uint32_t algprop_expected = HOST_TO_BE_32(TPMA_ALGORITHM_ASYMMETRIC | TPMA_ALGORITHM_SIGNING); in tpms_marshal_success() local
47 assert_int_equal (*alg_properties_ptr, algprop_expected); in tpms_marshal_success()
79 uint32_t algprop_expected = HOST_TO_BE_32(TPMA_ALGORITHM_ASYMMETRIC | TPMA_ALGORITHM_SIGNING); in tpms_marshal_success_offset() local
93 assert_int_equal (*alg_properties_ptr, algprop_expected); in tpms_marshal_success_offset()
207 uint32_t algprop_expected = TPMA_ALGORITHM_ASYMMETRIC | TPMA_ALGORITHM_SIGNING; in tpms_unmarshal_success() local
220 assert_int_equal (alg.algProperties, algprop_expected); in tpms_unmarshal_success()