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 D | tsp_asym.c | 46 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 D | tspi_maint.c | 166 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 D | tspi_cmk.c | 148 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 D | tspi_aik.c | 269 if ((result = obj_rsakey_get_pub_blob(hIdentityKey, &idPubSize, &idPub))) in Tspi_TPM_CollateIdentityRequest()
|
H A D | tspi_key.c | 672 if ((result = obj_rsakey_get_pub_blob(hTssKey, &pubKeyLen, &pubKey))) in Tspi_TPM_KeyControlOwner()
|
H A D | tspi_getset.c | 892 result = obj_rsakey_get_pub_blob(hObject, pulAttribDataSize, in Tspi_GetAttribData()
|
H A D | obj_rsakey.c | 1198 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 D | obj_rsakey.h | 75 TSS_RESULT obj_rsakey_get_pub_blob(TSS_HKEY, UINT32 *, BYTE **);
|