• Home
  • Raw
  • Download

Lines Matching refs:ASN1_STRING

255 OPENSSL_EXPORT ASN1_STRING *ASN1_STRING_type_new(int type);
260 OPENSSL_EXPORT ASN1_STRING *ASN1_STRING_new(void);
263 OPENSSL_EXPORT void ASN1_STRING_free(ASN1_STRING *str);
267 OPENSSL_EXPORT int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
270 OPENSSL_EXPORT ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str);
274 OPENSSL_EXPORT int ASN1_STRING_type(const ASN1_STRING *str);
280 const ASN1_STRING *str);
287 OPENSSL_EXPORT unsigned char *ASN1_STRING_data(ASN1_STRING *str);
290 OPENSSL_EXPORT int ASN1_STRING_length(const ASN1_STRING *str);
301 OPENSSL_EXPORT int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
305 OPENSSL_EXPORT int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
310 OPENSSL_EXPORT void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
589 ASN1_STRING *asn1_string;
607 ASN1_STRING *set;
608 ASN1_STRING *sequence;
781 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
783 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
784 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
804 OPENSSL_EXPORT int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
845 OPENSSL_EXPORT int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str,
849 OPENSSL_EXPORT int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in);
857 OPENSSL_EXPORT int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
858 OPENSSL_EXPORT int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str,
864 OPENSSL_EXPORT void *ASN1_item_unpack(const ASN1_STRING *oct,
867 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
873 OPENSSL_EXPORT int ASN1_mbstring_copy(ASN1_STRING **out,
876 OPENSSL_EXPORT int ASN1_mbstring_ncopy(ASN1_STRING **out,
881 OPENSSL_EXPORT ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,
913 BORINGSSL_MAKE_DELETER(ASN1_STRING, ASN1_STRING_free)