Home | History | Annotate | Download | only in tf_crypto_sst

Lines Matching refs:pResult

316 * PKCS11 Section 11.2 applies for pResult and pulResultLen.
324 CK_BYTE* pResult,
362 else if (pResult == NULL)
364 /* If pResult is NULL, the caller only wants the buffer length.
373 sOperation.params[1].tmpref.buffer = (uint8_t*)pResult;
401 /* The data is already in pResult, we get the returned length */
413 * PKCS11 Section 11.2 applies for pResult and pulResultLen.
421 CK_BYTE* pResult,
465 else if (pResult == NULL)
467 /* If pResult is NULL, the caller only wants the output buffer length.
476 sOperation.params[1].tmpref.buffer = pResult;
504 /* The data is already in pResult, we get the returned length */
520 CK_BYTE* pResult,
563 pResult,
575 if (pResult != NULL)
578 pResult += nPartResultLen;
596 CK_BYTE* pResult,
626 pResult,
638 pResult,