Home
last modified time | relevance | path

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

/external/tpm2/
DCpriRSA.c261 BYTE *dInOut, // OUT: the encrypted data in RSAEP() argument
273 retVal = _math__ModExp(dInOutSize, dInOut, dInOutSize, dInOut, 4, exponent, in RSAEP()
297 BYTE *dInOut, // IN/OUT: the decrypted data in RSADP() argument
306 pAssert(key != NULL && dInOut != NULL && in RSADP()
312 dInOutSize, dInOut) <= 0) in RSADP()
316 retVal = _math__ModExp(dInOutSize, dInOut, dInOutSize, dInOut, in RSADP()