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

Go to the source code of this file.

Functions

void PEM_SignInit (EVP_MD_CTX *ctx, EVP_MD *type)
 
void PEM_SignUpdate (EVP_MD_CTX *ctx, unsigned char *data, unsigned int count)
 
int PEM_SignFinal (EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey)
 

Function Documentation

int PEM_SignFinal ( EVP_MD_CTX ctx,
unsigned char *  sigret,
unsigned int *  siglen,
EVP_PKEY pkey 
)

Definition at line 78 of file pem_sign.c.

void PEM_SignInit ( EVP_MD_CTX ctx,
EVP_MD type 
)

Definition at line 67 of file pem_sign.c.

void PEM_SignUpdate ( EVP_MD_CTX ctx,
unsigned char *  data,
unsigned int  count 
)

Definition at line 72 of file pem_sign.c.