Home
last modified time | relevance | path

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

/external/tpm2/
DCryptUtil_fp.h251 leadingSizeInByte, // IN: the size of the leading size field in byte
258 UINT16 leadingSizeInByte, // IN: the size of the leading size field in byte
DCryptUtil.c2665 UINT16 leadingSizeInByte, // IN: the size of the leading size field in in CryptParameterEncryption() argument
2679 if(leadingSizeInByte == 2) in CryptParameterEncryption()
2688 else if(leadingSizeInByte == 4) in CryptParameterEncryption()
2733 UINT16 leadingSizeInByte, // IN: the size of the leading size field in in CryptParameterDecryption() argument
2749 if(leadingSizeInByte == 2) in CryptParameterDecryption()
2757 else if(leadingSizeInByte == 4) in CryptParameterDecryption()