Home
last modified time | relevance | path

Searched refs:obj_rsakey_get_pub_blob (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_asym.c46 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob))) in __tspi_rsa_encrypt()
100 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob))) in __tspi_rsa_verify()
H A Dtspi_maint.c166 if ((result = obj_rsakey_get_pub_blob(hMaintenanceKey, &pubBlobSize, &pubBlob))) in Tspi_TPM_LoadMaintenancePubKey()
240 if ((result = obj_rsakey_get_pub_blob(hMaintenanceKey, &pubBlobSize, &pubBlob))) in Tspi_TPM_CheckMaintenancePubKey()
H A Dtspi_cmk.c148 if ((result = obj_rsakey_get_pub_blob(hVerifyKey, &pubKeySize, &pubKey))) in Tspi_TPM_CMKCreateTicket()
255 if ((result = obj_rsakey_get_pub_blob(hKeyToMigrate, &pubBlobSize, &pubBlob))) in Tspi_Key_CMKCreateBlob()
H A Dtspi_aik.c269 if ((result = obj_rsakey_get_pub_blob(hIdentityKey, &idPubSize, &idPub))) in Tspi_TPM_CollateIdentityRequest()
H A Dtspi_key.c672 if ((result = obj_rsakey_get_pub_blob(hTssKey, &pubKeyLen, &pubKey))) in Tspi_TPM_KeyControlOwner()
H A Dtspi_getset.c892 result = obj_rsakey_get_pub_blob(hObject, pulAttribDataSize, in Tspi_GetAttribData()
H A Dobj_rsakey.c1198 obj_rsakey_get_pub_blob(TSS_HKEY hKey, UINT32 *size, BYTE **data) in obj_rsakey_get_pub_blob() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_rsakey.h75 TSS_RESULT obj_rsakey_get_pub_blob(TSS_HKEY, UINT32 *, BYTE **);