#include <stdio.h>
#include <ctype.h>
#include "cryptlib.h"
#include <openssl/asn1.h>
Go to the source code of this file.
|
int | ASN1_mbstring_copy (ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask) |
|
int | ASN1_mbstring_ncopy (ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) |
|
int ASN1_mbstring_copy |
( |
ASN1_STRING ** |
out, |
|
|
const unsigned char * |
in, |
|
|
int |
len, |
|
|
int |
inform, |
|
|
unsigned long |
mask |
|
) |
| |
int ASN1_mbstring_ncopy |
( |
ASN1_STRING ** |
out, |
|
|
const unsigned char * |
in, |
|
|
int |
len, |
|
|
int |
inform, |
|
|
unsigned long |
mask, |
|
|
long |
minsize, |
|
|
long |
maxsize |
|
) |
| |