Home | History | Annotate | Download | only in tf_crypto_sst

Lines Matching refs:pResult

313 * PKCS11 Section 11.2 applies for pResult and pulResultLen.
321 CK_BYTE* pResult,
359 else if (pResult == NULL)
361 /* If pResult is NULL, the caller only wants the buffer length.
370 sOperation.params[1].tmpref.buffer = (uint8_t*)pResult;
398 /* The data is already in pResult, we get the returned length */
410 * PKCS11 Section 11.2 applies for pResult and pulResultLen.
418 CK_BYTE* pResult,
462 else if (pResult == NULL)
464 /* If pResult is NULL, the caller only wants the output buffer length.
473 sOperation.params[1].tmpref.buffer = pResult;
501 /* The data is already in pResult, we get the returned length */
517 CK_BYTE* pResult,
560 pResult,
572 if (pResult != NULL)
575 pResult += nPartResultLen;
593 CK_BYTE* pResult,
623 pResult,
635 pResult,