HomeSort by: relevance | last modified time | path
    Searched refs:obj_rsakey_get_pub_blob (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_asym.c 46 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
100 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
tspi_maint.c 166 if ((result = obj_rsakey_get_pub_blob(hMaintenanceKey, &pubBlobSize, &pubBlob)))
240 if ((result = obj_rsakey_get_pub_blob(hMaintenanceKey, &pubBlobSize, &pubBlob)))
tspi_cmk.c 148 if ((result = obj_rsakey_get_pub_blob(hVerifyKey, &pubKeySize, &pubKey)))
255 if ((result = obj_rsakey_get_pub_blob(hKeyToMigrate, &pubBlobSize, &pubBlob)))
tspi_aik.c 269 if ((result = obj_rsakey_get_pub_blob(hIdentityKey, &idPubSize, &idPub)))
tspi_key.c 672 if ((result = obj_rsakey_get_pub_blob(hTssKey, &pubKeyLen, &pubKey)))
tspi_getset.c 892 result = obj_rsakey_get_pub_blob(hObject, pulAttribDataSize,
obj_rsakey.c 1198 obj_rsakey_get_pub_blob(TSS_HKEY hKey, UINT32 *size, BYTE **data) function
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_rsakey.h 75 TSS_RESULT obj_rsakey_get_pub_blob(TSS_HKEY, UINT32 *, BYTE **);

Completed in 25 milliseconds