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

Go to the source code of this file.

Functions

int i2a_ASN1_STRING (BIO *bp, ASN1_STRING *a, int type)
 
int a2i_ASN1_STRING (BIO *bp, ASN1_STRING *bs, char *buf, int size)
 

Function Documentation

int a2i_ASN1_STRING ( BIO bp,
ASN1_STRING bs,
char *  buf,
int  size 
)

Definition at line 97 of file f_string.c.

int i2a_ASN1_STRING ( BIO bp,
ASN1_STRING a,
int  type 
)

Definition at line 64 of file f_string.c.