Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_ps.c114 if ((result = RPC_GetRegisteredKeyBlob(tspContext, uuidData, &keyBlobSize, in Tspi_Context_LoadKeyByUUID()
234 if ((result = RPC_GetRegisteredKeyBlob(tspContext, uuidKey, &keyBlobSize, in Tspi_Context_UnregisterKey()
282 if ((result = RPC_GetRegisteredKeyBlob(tspContext, uuidData, &keyBlobSize, in Tspi_Context_GetKeyByUUID()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h199 TSS_RESULT RPC_GetRegisteredKeyBlob(TSS_HCONTEXT, TSS_UUID, UINT32 *, BYTE **);
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c360 TSS_RESULT RPC_GetRegisteredKeyBlob(TSS_HCONTEXT tspContext, /* in */ in RPC_GetRegisteredKeyBlob() function