Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptUtil_fp.h298 TPMI_ALG_PUBLIC publicType, // IN: Type of the object
306 TPMI_ALG_PUBLIC publicType, // IN: Type of the object
DMarshal_fp.h2136 TPMI_ALG_PUBLIC_Unmarshal(TPMI_ALG_PUBLIC *target, BYTE **buffer, INT32 *size);
2139 TPMI_ALG_PUBLIC_Marshal(TPMI_ALG_PUBLIC *source, BYTE **buffer, INT32 *size);
/external/tpm2-tss/src/tss2-fapi/
Difapi_profiles.h16TPMI_ALG_PUBLIC type; /**< The algorithm used for key creation */
Dtpm_json_deserialize.h398 ifapi_json_TPMI_ALG_PUBLIC_deserialize(json_object *jso, TPMI_ALG_PUBLIC *out);
Dtpm_json_serialize.h449 ifapi_json_TPMI_ALG_PUBLIC_serialize(const TPMI_ALG_PUBLIC in,
Dtpm_json_deserialize.c3549 ifapi_json_TPMI_ALG_PUBLIC_deserialize(json_object *jso, TPMI_ALG_PUBLIC *out) in ifapi_json_TPMI_ALG_PUBLIC_deserialize()
3551 SUBTYPE_FILTER(TPMI_ALG_PUBLIC, TPM2_ALG_ID, in ifapi_json_TPMI_ALG_PUBLIC_deserialize()
Dtpm_json_serialize.c3460 ifapi_json_TPMI_ALG_PUBLIC_serialize(const TPMI_ALG_PUBLIC in, json_object **jso) in ifapi_json_TPMI_ALG_PUBLIC_serialize()
3462 CHECK_IN_LIST(TPMI_ALG_PUBLIC, in, TPM2_ALG_RSA, TPM2_ALG_KEYEDHASH, in ifapi_json_TPMI_ALG_PUBLIC_serialize()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTpmSizeChecks.c108 printf(" TPMI_ALG_PUBLIC %zu\n", sizeof(TPMI_ALG_PUBLIC)); in TpmSizeChecks()
DMarshal.c4810 TPMI_ALG_PUBLIC_Unmarshal(TPMI_ALG_PUBLIC *target, BYTE **buffer, INT32 *size) in TPMI_ALG_PUBLIC_Unmarshal()
4840 TPMI_ALG_PUBLIC_Marshal(TPMI_ALG_PUBLIC *source, BYTE **buffer, INT32 *size) in TPMI_ALG_PUBLIC_Marshal()
5014 result = TPMI_ALG_PUBLIC_Unmarshal((TPMI_ALG_PUBLIC *)&(target->type), buffer, size); in TPMT_PUBLIC_PARMS_Unmarshal()
5023 …result = (UINT16)(result + TPMI_ALG_PUBLIC_Marshal((TPMI_ALG_PUBLIC *)&(source->type), buffer, siz… in TPMT_PUBLIC_PARMS_Marshal()
5033 result = TPMI_ALG_PUBLIC_Unmarshal((TPMI_ALG_PUBLIC *)&(target->type), buffer, size); in TPMT_PUBLIC_Unmarshal()
5050 …result = (UINT16)(result + TPMI_ALG_PUBLIC_Marshal((TPMI_ALG_PUBLIC *)&(source->type), buffer, siz… in TPMT_PUBLIC_Marshal()
5205 result = TPMI_ALG_PUBLIC_Unmarshal((TPMI_ALG_PUBLIC *)&(target->sensitiveType), buffer, size); in TPMT_SENSITIVE_Unmarshal()
5218 …result = (UINT16)(result + TPMI_ALG_PUBLIC_Marshal((TPMI_ALG_PUBLIC *)&(source->sensitiveType), bu… in TPMT_SENSITIVE_Marshal()
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h1525 typedef TPM2_ALG_ID TPMI_ALG_PUBLIC; typedef
1573 TPMI_ALG_PUBLIC type; /* the algorithm to be tested */
1579 TPMI_ALG_PUBLIC type; /* algorithm associated with this object */
1616TPMI_ALG_PUBLIC sensitiveType; /* identifier for the sensitive area. This shall be the same as the…
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h2072 typedef TPM_ALG_ID TPMI_ALG_PUBLIC; // Table 2:193 /* Interface */ typedef
2130 TPMI_ALG_PUBLIC type;
2135 TPMI_ALG_PUBLIC type;
2181 TPMI_ALG_PUBLIC sensitiveType;
DGlobal.h222 TPMI_ALG_PUBLIC type; // algorithm
/external/tpm2-tss/test/unit/
DTPMT-marshal.c65 …ptr5 = (TPMU_PUBLIC_PARMS *)(buffer + sizeof(TPMI_ALG_PUBLIC) + sizeof(TPMI_ALG_HASH) + sizeof(TPM… in tpmt_marshal_success()
Dfapi-json.c1277 CHECK_JSON_SIMPLE(TPMI_ALG_PUBLIC, testcase_alg_public[i], expected_alg_public); in check_tpmjson_tofromtxt()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c1203 TPMI_ALG_PUBLIC publicType, // IN: Type of the object in CryptIsAsymSignScheme()
1262 TPMI_ALG_PUBLIC publicType, // IN: Type of the object in CryptIsAsymDecryptScheme()
/external/tpm2-tss/doc/
Ddoxygen.dox2622 \fn TSS2_RC ifapi_json_TPMI_ALG_PUBLIC_serialize(const TPMI_ALG_PUBLIC in, json_object **jso)
2873 \fn TSS2_RC ifapi_json_TPMI_ALG_PUBLIC_deserialize(json_object *jso, TPMI_ALG_PUBLIC *out)