Process Services PXI: Difference between revisions
Found information from reversing all PS versions and some P9 binaries and given named based on what used for |
More clear information about exponents on RSA context |
||
Line 165: | Line 165: | ||
| 0x204 | | 0x204 | ||
| 0x1 | | 0x1 | ||
| 0 = | | Exponent Type. 0 = Short Exponent, 1 = Long Exponent. See notes below. | ||
|- | |- | ||
| 0x205 | | 0x205 | ||
Line 173: | Line 173: | ||
This context structure is fixed to 0x208-bytes. | This context structure is fixed to 0x208-bytes. | ||
Notes on exponents: | |||
* When the type is a short exponent, the exponent field is used as an u32 field with little endianness. | |||
** An example use of this type is to load the common public exponent, 0x10001. | |||
* When a long exponent is set, the exponent field is a buffer of a big endian number instead. |