Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
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/lib/libtspi/
Dtspi.expsym130 RPC_GetRegisteredKeyBlob
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dspi_utils.h199 TSS_RESULT RPC_GetRegisteredKeyBlob(TSS_HCONTEXT, TSS_UUID, UINT32 *, BYTE **);
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c360 TSS_RESULT RPC_GetRegisteredKeyBlob(TSS_HCONTEXT tspContext, /* in */ in RPC_GetRegisteredKeyBlob() function