Searched refs:exptext (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 140 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/ |
D | v3_cpols.c | 140 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/ |
D | v3_cpols.c | 129 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/ |
D | decode_asn1.py | 301 if un.exptext != backend._ffi.NULL: 302 explicit_text = _asn1_string_to_utf8(backend, un.exptext)
|
D | encode_asn1.py | 226 un.exptext = _encode_asn1_utf8_str(
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 253 ASN1_STRING *exptext; member
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | x509v3.h | 253 ASN1_STRING *exptext; member
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509v3.h | 271 ASN1_STRING *exptext; member
|