KRSP_PassThrough
void* CSSMKRSPI KRSP_PassThrough
(CSSM_KR_HANDLE KRHandle,
uint32 PassThroughId,
const void * InData);
The KRSP_PassThrough function is provided to allow KRSP developers to extend the key recovery functionality of the CSSM API.
- KRHandle (input)
The handle that describes the context of this key recovery operation.
- PassThroughId (input)
An identifier specifying the custom function to be performed.
- InData (input)
A pointer to a void structure containing the input data.
A pointer to a void structure contains the output.
- CSSM_KR_INVALID_HANDLE
Invalid handle.
- CSSM_KR_INVALID_POINTER
Invalid pointer for input data.
- CSSM_MEMORY_ERROR
Not enough memory to allocate.
- CSSM_KR_UNSUPPORTED_OPERATION
Add-in does not support this function.
- CSSM_KR_PASS_THROUGH_FAILED
Unable to perform custom function.
Contents | Next section | Index |