Searched refs:eOutSize (Results 1 – 2 of 2) sorted by relevance
604 UINT32 eOutSize, // IN: size of the encode data buffer in PssEncode() argument624 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() argument809 fillSize = eOutSize - derSize - hInSize - 3; in RSASSA_Encode()
29545 537 UINT32 eOutSize, // IN: size of the encode data buffer29567 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 digest29774 718 UINT32 eOutSize, // IN: the size of the resulting block29801 740 fillSize = eOutSize - derSize - hInSize - 3;