Home
last modified time | relevance | path

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

/external/tpm2-tss/test/unit/
DTPMS-marshal.c40 alg.algProperties |= TPMA_ALGORITHM_ASYMMETRIC; in tpms_marshal_success()
41 alg.algProperties |= TPMA_ALGORITHM_SIGNING; in tpms_marshal_success()
85 alg.algProperties |= TPMA_ALGORITHM_ASYMMETRIC; in tpms_marshal_success_offset()
86 alg.algProperties |= TPMA_ALGORITHM_SIGNING; in tpms_marshal_success_offset()
126 alg.algProperties |= TPMA_ALGORITHM_ASYMMETRIC; in tpms_marshal_buffer_null_with_offset()
127 alg.algProperties |= TPMA_ALGORITHM_SIGNING; in tpms_marshal_buffer_null_with_offset()
175 alg.algProperties |= TPMA_ALGORITHM_ASYMMETRIC; in tpms_marshal_buffer_size_lt_data_nad_lt_offset()
176 alg.algProperties |= TPMA_ALGORITHM_SIGNING; in tpms_marshal_buffer_size_lt_data_nad_lt_offset()
220 assert_int_equal (alg.algProperties, algprop_expected); in tpms_unmarshal_success()
328 ptr->algProperties = HOST_TO_BE_32(TPMA_ALGORITHM_ASYMMETRIC | TPMA_ALGORITHM_SIGNING); in tpms_unmarshal_buffer_size_lt_data_nad_lt_offset()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DAlgorithmCap.c200 algList->algProperties[algList->count].alg = s_algorithms[i].algID; in AlgorithmCapGetImplemented()
201 algList->algProperties[algList->count].algProperties = in AlgorithmCapGetImplemented()
DTableMarshalData.c401 (UINT16)(offsetof(TPMS_ALG_PROPERTY, algProperties))}},
477 (UINT8)(offsetof(TPML_ALG_PROPERTY, algProperties)),
DMarshal.c2423 …result = (UINT16)(result + TPMA_ALGORITHM_Marshal((TPMA_ALGORITHM *)&(source->algProperties), buff… in TPMS_ALG_PROPERTY_Marshal()
2618 …esult + TPMS_ALG_PROPERTY_Array_Marshal((TPMS_ALG_PROPERTY *)(source->algProperties), buffer, size… in TPML_ALG_PROPERTY_Marshal()
/external/tpm2-tss/src/tss2-mu/
Dtpml-types.c166 TPML_MARSHAL(TPML_ALG_PROPERTY, Tss2_MU_TPMS_ALG_PROPERTY_Marshal, algProperties, ADDR)
167 TPML_UNMARSHAL(TPML_ALG_PROPERTY, Tss2_MU_TPMS_ALG_PROPERTY_Unmarshal, algProperties)
Dtpms-types.c957 algProperties, VAL, Tss2_MU_TPMA_ALGORITHM_Marshal)
961 algProperties, Tss2_MU_TPMA_ALGORITHM_Unmarshal)
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h988 TPMA_ALGORITHM algProperties; /* the attributes of the algorithm */ member
1055 TPMS_ALG_PROPERTY algProperties[TPM2_MAX_CAP_ALGS]; /* list of properties */ member
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h1455 TPMA_ALGORITHM algProperties; member
1517 TPMS_ALG_PROPERTY algProperties[MAX_CAP_ALGS]; member
/external/tpm2-tss/src/tss2-fapi/
Dtpm_json_serialize.c1450 r = ifapi_json_TPMA_ALGORITHM_serialize(in->algProperties, &jso2); in ifapi_json_TPMS_ALG_PROPERTY_serialize()
1678 r = ifapi_json_TPMS_ALG_PROPERTY_serialize (&in->algProperties[i], &jso2); in ifapi_json_TPML_ALG_PROPERTY_serialize()
Dfapi_util.c3564 ADD_CAPABILITY_INFO(algorithms, algProperties, .alg, in ifapi_capability_get()