Difference between revisions of "/dev/hmac"
< /dev
Jump to navigation
Jump to search
Hallowizer (talk | contribs) (removed in IOS28) |
Hallowizer (talk | contribs) (basic info on supported commands) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
'''/dev/hmac''' is a device created by [[IOSP]] that can be accessed either by opening it with IOS_Open or by using FD 0x10002. It does not seem to exist in [[IOS28]] and above. | '''/dev/hmac''' is a device created by [[IOSP]] that can be accessed either by opening it with IOS_Open or by using FD 0x10002. It does not seem to exist in [[IOS28]] and above. | ||
+ | |||
+ | == IOS_Ioctlv commands == | ||
+ | {| class="wikitable" | ||
+ | ! Command | ||
+ | ! In count | ||
+ | ! Io count | ||
+ | ! Notes | ||
+ | |- | ||
+ | | 0 | ||
+ | | 3 | ||
+ | | 2 | ||
+ | | Second vec must have length 4. | ||
+ | |- | ||
+ | | 1 | ||
+ | | 3 | ||
+ | | 2 | ||
+ | | | ||
+ | |- | ||
+ | | 2 | ||
+ | | 3 | ||
+ | | 2 | ||
+ | | Similar to request 0, but with a different constant (0x5c instead of 0x36) | ||
+ | |} | ||
[[Category:Wii Filesystem]] | [[Category:Wii Filesystem]] |
Revision as of 08:53, 24 September 2022
This article is a stub. You can help WiiBrew by expanding it. |
/dev/hmac is a device created by IOSP that can be accessed either by opening it with IOS_Open or by using FD 0x10002. It does not seem to exist in IOS28 and above.
IOS_Ioctlv commands
Command | In count | Io count | Notes |
---|---|---|---|
0 | 3 | 2 | Second vec must have length 4. |
1 | 3 | 2 | |
2 | 3 | 2 | Similar to request 0, but with a different constant (0x5c instead of 0x36) |