Home
last modified time | relevance | path

Searched refs:exptext (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c140 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT),
318 notice->exptext = ASN1_VISIBLESTRING_new(); in notice_section()
319 if (notice->exptext == NULL) { in notice_section()
322 if (!ASN1_STRING_set(notice->exptext, cnf->value, strlen(cnf->value))) { in notice_section()
473 if (notice->exptext) { in print_notice()
475 notice->exptext->length, notice->exptext->data); in print_notice()
/external/cronet/third_party/boringssl/src/crypto/x509v3/
Dv3_cpols.c140 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT),
318 notice->exptext = ASN1_VISIBLESTRING_new(); in notice_section()
319 if (notice->exptext == NULL) { in notice_section()
322 if (!ASN1_STRING_set(notice->exptext, cnf->value, strlen(cnf->value))) { in notice_section()
473 if (notice->exptext) { in print_notice()
475 notice->exptext->length, notice->exptext->data); in print_notice()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_cpols.c129 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
320 not->exptext = ASN1_VISIBLESTRING_new(); in notice_section()
321 if (not->exptext == NULL) in notice_section()
323 if (!ASN1_STRING_set(not->exptext, cnf->value, in notice_section()
482 if (notice->exptext) in print_notice()
484 notice->exptext->length, notice->exptext->data); in print_notice()
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py301 if un.exptext != backend._ffi.NULL:
302 explicit_text = _asn1_string_to_utf8(backend, un.exptext)
Dencode_asn1.py226 un.exptext = _encode_asn1_utf8_str(
/external/boringssl/src/include/openssl/
Dx509v3.h253 ASN1_STRING *exptext; member
/external/cronet/third_party/boringssl/src/include/openssl/
Dx509v3.h253 ASN1_STRING *exptext; member
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h271 ASN1_STRING *exptext; member