#include "system.h"#include "base64.h"#include "mpbarrett.h"#include "mp.h"#include "popt.h"#include "debug.h"Go to the source code of this file.
Functions | |
| static char * | pgpHexCvt (char *t, const byte *s, int nbytes) |
| Convert to hex. | |
| static char * | pgpHexStr (const byte *p, unsigned int plen) |
| Return hex formatted representation of bytes. | |
| static int | doit (const char *msg, const char *sig) |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | applechallenge = "09KF45soMYmvj6dpsUGiIg==" |
| const char * | rsaaeskey |
| const char * | aesiv = "zcZmAZtqh7uGcEwPXk0QeA==" |
| const char * | appleresponse |
| static int doit | ( | const char * | msg, | |
| const char * | sig | |||
| ) | [static] |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 101 of file tax.c.
References aesiv, applechallenge, appleresponse, doit(), and rsaaeskey.
| static char* pgpHexCvt | ( | char * | t, | |
| const byte * | s, | |||
| int | nbytes | |||
| ) | [inline, static] |
| static char* pgpHexStr | ( | const byte * | p, | |
| unsigned int | plen | |||
| ) | [inline, static] |
Return hex formatted representation of bytes.
| p | bytes | |
| plen | no. of bytes |
Definition at line 68 of file tax.c.
References pgpHexCvt().
| const char* aesiv = "zcZmAZtqh7uGcEwPXk0QeA==" |
| const char* applechallenge = "09KF45soMYmvj6dpsUGiIg==" |
| const char* appleresponse |
Initial value:
"\ u+msU8Cc7KBrVPjI/Ir8fOL8+C5D3Jsw1+acaW3MNTndrTQAeb/a\ 5m10UVBX6wb/DYQGY+b28ksSwBjN0nFOk4Y2cODEf83FAh7B\ mkLpmpkpplp7zVXQ+Z9DcB6gC60ZsS3t98aoR7tSzVLKZNgi2X2sC+vGsz\ utQxX03HK008VjcdngHv3g1p2knoETd07T6eVfZCmPqp6Ga7Dj8VIIj/GEP3\ AjjDx3lJnQBXUDmxM484YXLXZjWFXCiY8GJt6whjf7/2c3rIoT3Z7PQpEvPmM\ 1MXU9cv4NL59Y/q0OAVQ38foOz7eGAhfvjOsCnHU25aik7/7ToIYt1tyVtap/kA==\ "
Definition at line 27 of file tax.c.
Referenced by main().
| const char* rsaaeskey |
Initial value:
"\ 5QYIqmdZGTONY5SHjEJrqAhaa0W9wzDC5i6q221mdGZJ5ubO6Kg\ yhC6U83wpY87TFdPRdfPQl2kVC7+Uefmx1bXdIUo07ZcJsqMbgtje4w2JQw0b\ Uw2BlzNPmVGQOxfdpGc3LXZzNE0jI1D4conUEiW6rrzikXBhk7Y/i2naw13ayy\ xaSwtkiJ0ltBQGYGErbV2tx43QSNj7O0JIG9GrF2GZZ6/UHo4VH+ZXgQ4NZvP/\ QXPCsLutZsvusFDzIEq7TN1fveINOiwrzlN+bckEixvhXlvoQTWE2tjbmQYhMvO\ FIly5gNbZiXi0l5AdolX4jDC2vndFHqWDks/3sPikNg==\ "
Definition at line 13 of file tax.c.
Referenced by main().
1.5.1