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

Go to the source code of this file.

Functions

int ASN1_BIT_STRING_set (ASN1_BIT_STRING *x, unsigned char *d, int len)
 
int i2c_ASN1_BIT_STRING (ASN1_BIT_STRING *a, unsigned char **pp)
 
ASN1_BIT_STRINGc2i_ASN1_BIT_STRING (ASN1_BIT_STRING **a, const unsigned char **pp, long len)
 
int ASN1_BIT_STRING_set_bit (ASN1_BIT_STRING *a, int n, int value)
 
int ASN1_BIT_STRING_get_bit (ASN1_BIT_STRING *a, int n)
 
int ASN1_BIT_STRING_check (ASN1_BIT_STRING *a, unsigned char *flags, int flags_len)
 

Function Documentation

int ASN1_BIT_STRING_check ( ASN1_BIT_STRING a,
unsigned char *  flags,
int  flags_len 
)

Definition at line 232 of file a_bitstr.c.

int ASN1_BIT_STRING_get_bit ( ASN1_BIT_STRING a,
int  n 
)

Definition at line 215 of file a_bitstr.c.

int ASN1_BIT_STRING_set ( ASN1_BIT_STRING x,
unsigned char *  d,
int  len 
)

Definition at line 63 of file a_bitstr.c.

int ASN1_BIT_STRING_set_bit ( ASN1_BIT_STRING a,
int  n,
int  value 
)

Definition at line 176 of file a_bitstr.c.

ASN1_BIT_STRING* c2i_ASN1_BIT_STRING ( ASN1_BIT_STRING **  a,
const unsigned char **  pp,
long  len 
)

Definition at line 116 of file a_bitstr.c.

int i2c_ASN1_BIT_STRING ( ASN1_BIT_STRING a,
unsigned char **  pp 
)

Definition at line 66 of file a_bitstr.c.