VirtualBox

Changeset 26243 in vbox for trunk/include


Ignore:
Timestamp:
Feb 4, 2010 4:39:26 PM (15 years ago)
Author:
vboxsync
Message:

VbglR3CredentialsDestroy: s/uint8_t u8NumPasses/uint32_t cPasses/. Implemented multipass wiping with random data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r26148 r26243  
    498498VBGLR3DECL(bool)    VbglR3CredentialsAreAvailable(void);
    499499VBGLR3DECL(int)     VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain);
    500 VBGLR3DECL(void)    VbglR3CredentialsDestroy(char *pszUser, char *pszPassword, char *pszDomain, uint8_t u8NumPasses);
     500VBGLR3DECL(void)    VbglR3CredentialsDestroy(char *pszUser, char *pszPassword, char *pszDomain, uint32_t cPasses);
    501501/** @}  */
    502502
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