OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
m_sigver.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
#include "evp_locl.h"

Go to the source code of this file.

Functions

int EVP_DigestSignInit (EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
 
int EVP_DigestVerifyInit (EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
 
int EVP_DigestSignFinal (EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen)
 
int EVP_DigestVerifyFinal (EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen)
 

Function Documentation

int EVP_DigestSignFinal ( EVP_MD_CTX ctx,
unsigned char *  sigret,
size_t *  siglen 
)

Definition at line 131 of file m_sigver.c.

int EVP_DigestSignInit ( EVP_MD_CTX ctx,
EVP_PKEY_CTX **  pctx,
const EVP_MD type,
ENGINE e,
EVP_PKEY pkey 
)

Definition at line 119 of file m_sigver.c.

int EVP_DigestVerifyFinal ( EVP_MD_CTX ctx,
unsigned char *  sig,
size_t  siglen 
)

Definition at line 174 of file m_sigver.c.

int EVP_DigestVerifyInit ( EVP_MD_CTX ctx,
EVP_PKEY_CTX **  pctx,
const EVP_MD type,
ENGINE e,
EVP_PKEY pkey 
)

Definition at line 125 of file m_sigver.c.