Home
last modified time | relevance | path

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

/external/tpm2/generator/
Dstructures.txt1466 _NAME sensitiveType
1472 _NAME sensitive _UNION sensitiveType
Draw_structures.txt15051 sensitiveType
15077 [sensitiveType]sensitive
15088 When this structure is unmarshaled, the size of the sensitiveType determines what type of value is
15089 unmarshaled. Each value of sensitiveType is associated with a TPM2B. It is the maximum size for eac…
Draw_structures_fixed.txt15029 sensitiveType
15055 [sensitiveType]sensitive
15066 When this structure is unmarshaled, the size of the sensitiveType determines what type of value is
15067 unmarshaled. Each value of sensitiveType is associated with a TPM2B. It is the maximum size for eac…
/external/tpm2/
DCryptUtil.c2896 sensitive->sensitiveType = publicArea->type; in CryptCreateObject()
3060 if(publicArea->type != sensitive->sensitiveType) in CryptObjectPublicPrivateMatch()
Dtpm_types.h1502 TPMI_ALG_PUBLIC sensitiveType; member
Dtpm_generated.c3499 total_size += TPMI_ALG_PUBLIC_Marshal(&source->sensitiveType, buffer, size); in TPMT_SENSITIVE_Marshal()
3503 size, source->sensitiveType); in TPMT_SENSITIVE_Marshal()
3511 result = TPMI_ALG_PUBLIC_Unmarshal(&target->sensitiveType, buffer, size); in TPMT_SENSITIVE_Unmarshal()
3524 target->sensitiveType); in TPMT_SENSITIVE_Unmarshal()
Dpart4.txt22755 2398 sensitive->sensitiveType = publicArea->type;
22950 2553 if(publicArea->type != sensitive->sensitiveType)