Lines Matching refs:ASN1_STRING
7 ASN1_STRING_to_UTF8 - ASN1_STRING utility functions
13 int ASN1_STRING_length(ASN1_STRING *x);
14 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
15 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
17 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
19 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);
21 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
23 int ASN1_STRING_type(const ASN1_STRING *x);
25 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
29 These functions allow an B<ASN1_STRING> structure to be manipulated.
60 Almost all ASN1 types in OpenSSL are represented as an B<ASN1_STRING>
62 to B<ASN1_STRING> and the functions call the B<ASN1_STRING> equivalents.
63 B<ASN1_STRING> is also used for some B<CHOICE> types which consist
87 ASN1_STRING_dup() returns a valid B<ASN1_STRING> structure or NULL if an