VirtualBox

Changeset 90995 in vbox for trunk/src


Ignore:
Timestamp:
Aug 30, 2021 12:56:43 PM (3 years ago)
Author:
vboxsync
Message:

Runtime/RTTpm: Add API to query the maximum supported locality of a given TPM handle, bugref:10075

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/tpm-linux.cpp

    r90915 r90995  
    156156
    157157
     158RTDECL(uint32_t) RTTpmGetLocalityMax(RTTPM hTpm)
     159{
     160    RT_NOREF(hTpm);
     161    return 0; /* On Linux only TPM locality 0 is supported. */
     162}
     163
     164
    158165RTDECL(int) RTTpmReqCancel(RTTPM hTpm)
    159166{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette