OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
a_bool.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1t.h>

Go to the source code of this file.

Functions

int i2d_ASN1_BOOLEAN (int a, unsigned char **pp)
 
int d2i_ASN1_BOOLEAN (int *a, const unsigned char **pp, long length)
 

Function Documentation

int d2i_ASN1_BOOLEAN ( int *  a,
const unsigned char **  pp,
long  length 
)

Definition at line 78 of file a_bool.c.

int i2d_ASN1_BOOLEAN ( int  a,
unsigned char **  pp 
)

Definition at line 63 of file a_bool.c.