ccn_verifysig.c File Reference

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]


Detailed Description

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 Documentation

#define MOAN ( args   )     do { fprintf args; Moan(__LINE__); status = 1; } while(0)

Definition at line 33 of file ccn_verifysig.c.


Function Documentation

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.


Variable Documentation

unsigned char rawbuf[8801] [static]

Definition at line 31 of file ccn_verifysig.c.

Referenced by main(), outgoing_content(), and send_ccnb_file().


Generated on Thu Feb 16 00:44:23 2012 for Content-Centric Networking in C by  doxygen 1.5.6