Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dasn1_gen.c513 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype))) in asn1_multi()
518 ret->value.asn1_string->data = der; in asn1_multi()
519 ret->value.asn1_string->length = derlen; in asn1_multi()
719 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()
723 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
727 atmp->value.asn1_string->type = utype; in asn1_str2type()
728 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
754 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()
766 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()
778 atmp->value.asn1_string->data = rdata; in asn1_str2type()
[all …]
Dt_req.c172 ASN1_BIT_STRING *bs = at->value.asn1_string; in X509_REQ_print_ex()
/external/boringssl/src/crypto/asn1/
Dasn1_test.cc68 EXPECT_EQ(Bytes(&kZero, 1), Bytes(obj->value.asn1_string->data, in TEST()
69 obj->value.asn1_string->length)); in TEST()
/external/boringssl/src/include/openssl/
Dasn1.h441 ASN1_STRING * asn1_string; member