Home | History | Annotate | Download | only in asn1

Lines Matching full:asn1_string

343 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str)
354 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str)
356 ASN1_STRING *ret;
370 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
407 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len)
415 ASN1_STRING *ASN1_STRING_new(void)
421 ASN1_STRING *ASN1_STRING_type_new(int type)
423 ASN1_STRING *ret;
425 ret=(ASN1_STRING *)OPENSSL_malloc(sizeof(ASN1_STRING));
438 void ASN1_STRING_free(ASN1_STRING *a)
446 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b)
472 int ASN1_STRING_length(const ASN1_STRING *x)
475 void ASN1_STRING_length_set(ASN1_STRING *x, int len)
478 int ASN1_STRING_type(ASN1_STRING *x)
481 unsigned char * ASN1_STRING_data(ASN1_STRING *x)