OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
cms_dd.c File Reference
#include "cryptlib.h"
#include <openssl/asn1t.h>
#include <openssl/pem.h>
#include <openssl/x509v3.h>
#include <openssl/err.h>
#include <openssl/cms.h>
#include "cms_lcl.h"

Go to the source code of this file.

Functions

CMS_ContentInfocms_DigestedData_create (const EVP_MD *md)
 
BIOcms_DigestedData_init_bio (CMS_ContentInfo *cms)
 
int cms_DigestedData_do_final (CMS_ContentInfo *cms, BIO *chain, int verify)
 

Function Documentation

CMS_ContentInfo* cms_DigestedData_create ( const EVP_MD md)

Definition at line 66 of file cms_dd.c.

int cms_DigestedData_do_final ( CMS_ContentInfo cms,
BIO chain,
int  verify 
)

Definition at line 104 of file cms_dd.c.

BIO* cms_DigestedData_init_bio ( CMS_ContentInfo cms)

Definition at line 97 of file cms_dd.c.