OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
dgst.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "apps.h"
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
#include <openssl/hmac.h>

Go to the source code of this file.

Macros

#define BUFSIZE   1024*8
 
#define PROG   dgst_main
 
#define PROG_NAME_SIZE   39
 

Functions

int do_fp (BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *sig_name, const char *md_name, const char *file, BIO *bmd)
 
int MAIN (int, char **)
 

Macro Definition Documentation

#define BUFSIZE   1024*8

Definition at line 72 of file dgst.c.

#define PROG   dgst_main

Definition at line 75 of file dgst.c.

#define PROG_NAME_SIZE   39

Function Documentation

int do_fp ( BIO out,
unsigned char *  buf,
BIO bp,
int  sep,
int  binout,
EVP_PKEY key,
unsigned char *  sigin,
int  siglen,
const char *  sig_name,
const char *  md_name,
const char *  file,
BIO bmd 
)

Definition at line 558 of file dgst.c.

int MAIN ( int  argc,
char **  argv 
)

Definition at line 87 of file asn1pars.c.