Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptUtil_fp.h200 UINT16 leadingSizeInByte, // IN: the size of the leading size field in
217 UINT16 leadingSizeInByte, // IN: the size of the leading size field in
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c831 UINT16 leadingSizeInByte, // IN: the size of the leading size field in in CryptParameterEncryption() argument
845 if(leadingSizeInByte == 2) in CryptParameterEncryption()
854 else if(leadingSizeInByte == 4) in CryptParameterEncryption()
896 UINT16 leadingSizeInByte, // IN: the size of the leading size field in in CryptParameterDecryption() argument
912 if(leadingSizeInByte == 2) in CryptParameterDecryption()
920 else if(leadingSizeInByte == 4) in CryptParameterDecryption()