Searched refs:asn1_string (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dasn1_test.cc60 EXPECT_EQ(Bytes(&kZero, 1), Bytes(obj->value.asn1_string->data,
61 obj->value.asn1_string->length));
/external/boringssl/src/crypto/x509/
H A Dasn1_gen.c489 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
494 ret->value.asn1_string->data = der;
495 ret->value.asn1_string->length = derlen;
695 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
699 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
703 atmp->value.asn1_string->type = utype;
704 if (!ASN1_TIME_check(atmp->value.asn1_string)) {
730 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
742 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
754 atmp->value.asn1_string
[all...]
H A Dt_req.c174 ASN1_BIT_STRING *bs = at->value.asn1_string;
/external/boringssl/include/openssl/
H A Dasn1.h491 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon617
/external/boringssl/src/include/openssl/
H A Dasn1.h491 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon699

Completed in 356 milliseconds