Home
last modified time | relevance | path

Searched refs:asn1_string (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/x509/
Dasn1_gen.c508 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype))) in asn1_multi()
513 ret->value.asn1_string->data = der; in asn1_multi()
514 ret->value.asn1_string->length = derlen; in asn1_multi()
729 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
734 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) in asn1_str2type()
739 atmp->value.asn1_string->type = utype; in asn1_str2type()
740 if (!ASN1_TIME_check(atmp->value.asn1_string)) in asn1_str2type()
769 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()
783 if (!(atmp->value.asn1_string = ASN1_STRING_new())) in asn1_str2type()
798 atmp->value.asn1_string->data = rdata; in asn1_str2type()
[all …]
/external/boringssl/src/include/openssl/
Dasn1.h482 ASN1_STRING * asn1_string; member