Home
last modified time | relevance | path

Searched refs:GetPubKey (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dspi_utils.c39 .GetPubKey = RPC_GetPubKey,
191 .GetPubKey = Transport_GetPubKey,
H A Dtspi_key.c172 if ((result = TCS_API(tspContext)->GetPubKey(tspContext, tcsKeyHandle, pAuth, in Tspi_Key_GetPubKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A DTSP.idl132 [helpstring("method GetPubKey")]
133 HRESULT GetPubKey([out] UINT32* pulPubKeyLength,
/netbsd-src/crypto/external/cpl/trousers/dist/
H A Dconfigure.ac233 # Tspi_Context_LoadKeyByBlob,Key_LoadKey,UnloadKey,CreateKey,WrapKey,GetPubKey
H A DChangeLog506 - Added GetPubKey as an option for TCSD's remote ops.
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h449 TSS_RESULT (*GetPubKey)(TSS_HCONTEXT, TCS_KEY_HANDLE, TPM_AUTH *, UINT32 *, BYTE **); member