#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | ndef_aux_st |
Typedefs | |
typedef struct ndef_aux_st | NDEF_SUPPORT |
Functions | |
BIO * | BIO_new_NDEF (BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) |
typedef struct ndef_aux_st NDEF_SUPPORT |
BIO* BIO_new_NDEF | ( | BIO * | out, |
ASN1_VALUE * | val, | ||
const ASN1_ITEM * | it | ||
) |
Definition at line 101 of file bio_ndef.c.