Functions
asn1.c File Reference
#include "includes.h"
#include "common.h"
#include "asn1.h"
Include dependency graph for asn1.c:

Go to the source code of this file.

Functions

unsigned long asn1_bit_string_to_long (const u8 *buf, size_t len)
int asn1_get_next (const u8 *buf, size_t len, struct asn1_hdr *hdr)
int asn1_get_oid (const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next)
void asn1_oid_to_str (struct asn1_oid *oid, char *buf, size_t len)
int asn1_parse_oid (const u8 *buf, size_t len, struct asn1_oid *oid)
static u8 rotate_bits (u8 octet)

Function Documentation

unsigned long asn1_bit_string_to_long ( const u8 *  buf,
size_t  len 
)

Definition at line 189 of file asn1.c.

int asn1_get_next ( const u8 *  buf,
size_t  len,
struct asn1_hdr hdr 
)

Definition at line 20 of file asn1.c.

int asn1_get_oid ( const u8 *  buf,
size_t  len,
struct asn1_oid oid,
const u8 **  next 
)

Definition at line 129 of file asn1.c.

void asn1_oid_to_str ( struct asn1_oid oid,
char *  buf,
size_t  len 
)

Definition at line 149 of file asn1.c.

int asn1_parse_oid ( const u8 *  buf,
size_t  len,
struct asn1_oid oid 
)

Definition at line 85 of file asn1.c.

static u8 rotate_bits ( u8  octet) [static]

Definition at line 172 of file asn1.c.



wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Jan 2 2014 11:26:39