Utility to check the signature on ccnb-formatted ContentObjects. More...
Go to the source code of this file.
Defines | |
#define | MOAN(args) do { fprintf args; Moan(__LINE__); status = 1; } while(0) |
Functions | |
void | Moan (int line) |
int | main (int argc, char **argv) |
Variables | |
static unsigned char | rawbuf [8801] |
Utility to check the signature on ccnb-formatted ContentObjects.
A CCNx program.
Copyright (C) 2009, 2010 Palo Alto Research Center, Inc.
This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition in file ccn_verifysig.c.
#define MOAN | ( | args | ) | do { fprintf args; Moan(__LINE__); status = 1; } while(0) |
Definition at line 33 of file ccn_verifysig.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 41 of file ccn_verifysig.c.
void Moan | ( | int | line | ) |
Definition at line 36 of file ccn_verifysig.c.
unsigned char rawbuf[8801] [static] |
Definition at line 31 of file ccn_verifysig.c.
Referenced by main(), and outgoing_content().