Lines Matching refs:str
799 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
807 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
850 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
862 int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str);
870 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data,
879 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
880 int UTF8_putc(unsigned char *str, int len, unsigned long value);
902 int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
1007 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags);
1039 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags);
1108 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
1109 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf);