/third_party/openssl/doc/man3/ |
D | OBJ_nid2obj.pod | 8 OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup 26 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name); 71 OBJ_obj2txt() converts the B<ASN1_OBJECT> I<a> into a textual representation. 81 i2t_ASN1_OBJECT() is the same as OBJ_obj2txt() with the I<no_name> set to zero. 122 the functions OBJ_txt2obj() and OBJ_obj2txt() can process the numerical 148 i2t_ASN1_OBJECT() an OBJ_obj2txt() return -1 on error.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | est.c | 258 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_oid() 283 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_ext_req() 312 res = OBJ_obj2txt(txt, sizeof(txt), attr->type, 1); in add_csrattrs_attr() 325 res = OBJ_obj2txt(txt2, sizeof(txt2), oid, 1); in add_csrattrs_attr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | est.c | 258 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_oid() 283 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_ext_req() 312 res = OBJ_obj2txt(txt, sizeof(txt), attr->type, 1); in add_csrattrs_attr() 325 res = OBJ_obj2txt(txt2, sizeof(txt2), oid, 1); in add_csrattrs_attr()
|
/third_party/openssl/crypto/ts/ |
D | ts_lib.c | 42 OBJ_obj2txt(obj_txt, sizeof(obj_txt), obj, 0); in TS_OBJ_print_bio()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_admis.c | 95 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1); in i2r_NAMING_AUTHORITY() 191 OBJ_obj2txt(objbuf, sizeof(objbuf), obj, 1); in i2r_ADMISSION_SYNTAX()
|
/third_party/openssl/crypto/x509/ |
D | t_x509.c | 346 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print() 361 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print()
|
/third_party/openssl/include/openssl/ |
D | objects.h | 64 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
|
/third_party/openssl/crypto/asn1/ |
D | a_object.c | 182 return OBJ_obj2txt(buf, buf_len, a, 0); in i2t_ASN1_OBJECT()
|
D | a_strex.c | 515 OBJ_obj2txt(objtmp, sizeof(objtmp), fn, 1); in do_name_ex()
|
D | tasn_prn.c | 413 OBJ_obj2txt(objbuf, sizeof(objbuf), oid, 1); in asn1_print_oid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 220 res = OBJ_obj2txt(txt, sizeof(txt), o->type_id, 1); in add_alt_name_othername() 488 res = OBJ_obj2txt(txt, sizeof(txt), hash->hashAlg->algorithm, 1); in DEFINE_STACK_OF() 558 res = OBJ_obj2txt(txt, sizeof(txt), in add_logo_direct()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | http_curl.c | 220 res = OBJ_obj2txt(txt, sizeof(txt), o->type_id, 1); in add_alt_name_othername() 488 res = OBJ_obj2txt(txt, sizeof(txt), hash->hashAlg->algorithm, 1); in DEFINE_STACK_OF() 558 res = OBJ_obj2txt(txt, sizeof(txt), in add_logo_direct()
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.c | 397 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() function
|
/third_party/node/src/ |
D | node_crypto_common.cc | 453 if (OBJ_obj2txt(buf, in GetKeyUsage() 882 OBJ_obj2txt(type_buf, sizeof(type_buf), type, true); in GetX509NameObject()
|
/third_party/curl/m4/ |
D | curl-openssl.m4 | 201 AC_LANG_FUNC_LINK_TRY([OBJ_obj2txt])
|
/third_party/python/Modules/ |
D | _ssl.c | 1015 buflen = OBJ_obj2txt(namebuf, X509_NAME_MAXLEN, name, no_name); in _asn1obj2py() 1023 buflen = OBJ_obj2txt(NULL, 0, name, no_name); in _asn1obj2py() 1030 buflen = OBJ_obj2txt(namebuf, buflen + 1, name, no_name); in _asn1obj2py()
|
/third_party/openssl/ |
D | NEWS | 10 o Mitigate for very slow `OBJ_obj2txt()` performance with gigantic
|
D | CHANGES | 42 *) Mitigate for the time it takes for `OBJ_obj2txt` to translate gigantic 45 OBJ_obj2txt() would translate any size OBJECT IDENTIFIER to canonical 50 To mitigitate this, `OBJ_obj2txt()` will only translate an OBJECT 3904 *) A flaw in OBJ_obj2txt may cause pretty printing functions such as 6214 non standard OBJ_obj2txt() behaviour. 12326 *) New function OBJ_obj2txt(buf, buf_len, a, no_name), this converts
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1811 #define OBJ_obj2txt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, OBJ_obj2txt) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 2184 res = OBJ_obj2txt(buf, sizeof(buf), policy->policyid, 0); in openssl_cert_tod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 2195 res = OBJ_obj2txt(buf, sizeof(buf), policy->policyid, 0); in openssl_cert_tod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 1046 res = OBJ_obj2txt(buf, sizeof(buf), ppkalg, 0); in dpp_parse_uri_pk() 1066 res = OBJ_obj2txt(buf, sizeof(buf), poid, 0); in dpp_parse_uri_pk()
|
/third_party/openssl/util/ |
D | libcrypto.num | 917 OBJ_obj2txt 914 1_1_0 EXIST::FUNCTION:
|