Lines Matching refs:string
15 - convert objects from/to ASN.1/string representation
41 These functions convert OpenSSL objects to and from their ASN.1/string
47 "internal" (that is, an internal C structure) and string respectively.
48 So B<i2s_ASN1_IA5STRING>() converts from internal to string.
50 It is the caller's responsibility to free the returned string.
51 In the B<i2s_ASN1_IA5STRING>() function the string is copied and
52 the ownership of the original string remains with the caller.
56 B<i2s_ASN1_IA5STRING>() returns the pointer to a IA5 string
63 string or NULL if an error occurs.
68 B<i2s_ASN1_OCTET_STRING>() returns the pointer to a OCTET_STRING string
75 string or NULL if an error occurs.
83 B<i2s_ASN1_UTF8STRING>() returns the pointer to a UTF-8 string