Home
last modified time | relevance | path

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

/external/tpm2/
DCpriRSA.c604 UINT32 eOutSize, // IN: size of the encode data buffer in PssEncode() argument
624 mLen = (UINT16)(eOutSize - hLen - 1); in PssEncode()
648 _cpri__CompleteHash(&hashState, hLen, &eOut[eOutSize - hLen - 1]); in PssEncode()
659 eOut[eOutSize - 1] = 0xbc; in PssEncode()
791 UINT32 eOutSize, // IN: the size of the resulting block in RSASSA_Encode() argument
809 fillSize = eOutSize - derSize - hInSize - 3; in RSASSA_Encode()
Dpart4.txt29545 537 UINT32 eOutSize, // IN: size of the encode data buffer
29567 559 mLen = (UINT16)(eOutSize - hLen - 1);
29601 588 _cpri__CompleteHash(&hashState, hLen, &eOut[eOutSize - hLen - 1]);
29614 601 eOut[eOutSize - 1] = 0xbc;
29769 … CRYPT_PARAMETER eOutSize is not large enough or hInSize does not match the digest
29774 718 UINT32 eOutSize, // IN: the size of the resulting block
29801 740 fillSize = eOutSize - derSize - hInSize - 3;